Document specifying page for anilist, Urban Dictionary and Wikipedia
This commit is contained in:
parent
0ea03f8fec
commit
e55631bfb7
|
@ -39,7 +39,7 @@ async def anilist(client, message):
|
|||
await message.reply_text(text, disable_web_page_preview=True, parse_mode='through')
|
||||
|
||||
help_dict['anilist'] = ('Anilist',
|
||||
'''{prefix}anilist <i><query></i> - Searches for anime/manga named <i><query></i> on Anilist
|
||||
'''{prefix}anilist <i>[page]</i> <i><query></i> - Searches for anime/manga named <i><query></i> on Anilist
|
||||
Aliases: {prefix}al
|
||||
Can also be activated inline with: @{bot} anilist <i><query></i> or @{bot} al <i><query></i>
|
||||
|
||||
|
|
|
@ -32,6 +32,6 @@ async def ud(client, message):
|
|||
await message.reply_text({'message': results.results[page].send_message.message, 'entities': results.results[page].send_message.entities}, disable_web_page_preview=True, parse_mode='through')
|
||||
|
||||
help_dict['ud'] = ('Urban Dictionary',
|
||||
'''{prefix}urbandictionary <i><query></i> - Gets the definition of <i><query></i> via Urban Dictionary
|
||||
'''{prefix}urbandictionary <i>[page]</i> <i><query></i> - Gets the definition of <i><query></i> via Urban Dictionary
|
||||
Aliases: {prefix}ud
|
||||
Can also be activated inline with: @{bot} urbandictionary <i><query></i> or @{bot} ud <i><query></i>''')
|
||||
|
|
|
@ -32,6 +32,6 @@ async def wikipedia(client, message):
|
|||
await message.reply_text({'message': results.results[page].send_message.message, 'entities': results.results[page].send_message.entities}, disable_web_page_preview=True, parse_mode='through')
|
||||
|
||||
help_dict['wikipedia'] = ('Wikipedia',
|
||||
'''{prefix}wikipedia <i><query></i> - Searches for <i><query></i> on Wikipedia
|
||||
'''{prefix}wikipedia <i>[page]</i> <i><query></i> - Searches for <i><query></i> on Wikipedia
|
||||
Aliases: {prefix}w, {prefix}wiki
|
||||
Can also be activated inline with: @{bot} wikipedia <i><query></i> or @{bot} wiki <i><query></i> or @{bot} w <i><query></i>''')
|
||||
|
|
Loading…
Reference in New Issue