mirror of
https://github.com/miloszowi/everyone-mention-telegram-bot.git
synced 2025-05-20 09:14:07 +00:00
32 lines
728 B
Python
Executable File
32 lines
728 B
Python
Executable File
joined = '{} joined group `{}`'
|
|
not_joined = '{} is already in group `{}`'
|
|
left = '{} left group `{}`'
|
|
not_left = '{} did not join group `{}` before'
|
|
mention_failed = 'There are no users to mention'
|
|
no_groups = 'There are no groups for this chat'
|
|
|
|
|
|
start_text = """
|
|
Hello there
|
|
I am @everyone\_mention\_bot
|
|
I am here to help you with mass notifies
|
|
|
|
Please take a look at available commands
|
|
`<group-name>` is not required, if not given, it is set to `default`
|
|
|
|
To join group:
|
|
`/join <group-name>`
|
|
for example: `/join games`
|
|
|
|
To leave group:
|
|
`/leave <group-name>`
|
|
|
|
To gather everyone attention use:
|
|
`/everyone <group-name>`
|
|
|
|
To see all available groups use:
|
|
`/groups`
|
|
|
|
To display all members in a group:
|
|
`/silent <group-name>`
|
|
""" |