32 lines
782 B
Python
Raw Normal View History

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'
2021-09-18 15:30:56 +02:00
start_text = """
Hello there
I am @everyone\_mention\_bot
I am here to help you with mass notifies
2021-10-05 19:20:04 +02:00
Please take a look at available commands
`<group-name>` is not required, if not given, it is set to `default`
2021-10-05 19:20:04 +02:00
To join group:
`/join <group-name>`
for example: `/join games`
2021-10-05 19:20:04 +02:00
To leave group:
`/leave <group-name>`
2021-10-05 19:20:04 +02:00
To gather everyone attention use:
`/everyone <group-name>`
To see all available groups use:
`/groups`
You can also try to tag me @everyone\_mention\_bot and then enter group name
Possible results will be displayed
"""