Update assistant.py

This commit is contained in:
SmartManoj 2019-07-15 16:11:51 +05:30 committed by GitHub
parent 8a100086fe
commit dec7ebdac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,7 +279,7 @@ async def handler(event):
text += '\n\nYou can suggest new commands [here](https://docs.google.com/'\
'spreadsheets/d/12yWwixUu_vB426_toLBAiajXxYKvR2J1DD6yZtQz9l4/edit).'
text.replace('#','/')
text ++ '\nCommand prefixes supports both hastag and forward slash'
text += '\nCommand prefixes supports both hastag and forward slash'
message = await event.respond(text, link_preview=False)