Update help text
This commit is contained in:
parent
f2baf29bab
commit
fd692c4df7
1 changed files with 3 additions and 3 deletions
|
@ -23,10 +23,10 @@ HASHTAGS = {
|
||||||
}
|
}
|
||||||
|
|
||||||
HELP_TEXT = """A bot that sends a picture of Elio whenever somebody types #TeamElio
|
HELP_TEXT = """A bot that sends a picture of Elio whenever somebody types #TeamElio
|
||||||
Made with ❤ by @Depaulicious 🏳️🌈
|
Made with ❤ by @DepauTM 🏳️🌈
|
||||||
|
|
||||||
Source code: https://git.depau.eu/Depaulicious/CallMeByYourBot
|
Source code: https://git.depau.eu/Depau/CallMeByYourBot
|
||||||
Based on DepyTG: https://github.com/Depaulicious/DepyTG"""
|
Based on DepyTG: https://github.com/Depau/DepyTG"""
|
||||||
|
|
||||||
|
|
||||||
def send_help(token: AnyStr, msg: types.Message):
|
def send_help(token: AnyStr, msg: types.Message):
|
||||||
|
|
Loading…
Reference in a new issue