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:
parent
ea4a12024b
commit
8c83abca80
1 changed files with 3 additions and 0 deletions
|
@ -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 = 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
|
# Send and print ready message to #testing and console after logon
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue