1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 21:02:38 +00:00

Secondary test command

This commit is contained in:
Myned 2017-11-20 06:01:23 -05:00
parent ea4a12024b
commit 8c83abca80

View file

@ -58,6 +58,9 @@ def get_prefix(bot, message):
bot = commands.Bot(command_prefix=get_prefix, formatter=commands.HelpFormatter(show_check_failure=True), description='Modumind - A booru bot with a side of management\n\nS for single command\nG for group command', help_attrs={'aliases': ['h']}, pm_help=None)
@bot.command(help='help', brief='brief', description='description', usage='usage')
async def test(ctx):
pass
# Send and print ready message to #testing and console after logon