From ba9f5f3ac27e5381c93c34a4ab78dc804b7c07ac Mon Sep 17 00:00:00 2001 From: Myned Date: Sun, 14 Jan 2018 01:25:18 -0500 Subject: [PATCH] Add ping-like test command --- src/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.py b/src/run.py index 2f10f4f..6c8f9ea 100644 --- a/src/run.py +++ b/src/run.py @@ -62,7 +62,7 @@ bot = cmds.Bot(command_prefix=get_prefix, self_bot=u.config['selfbot'], formatte @bot.command(help='help', brief='brief', description='description', usage='usage', hidden=True) async def test(ctx): - pass + await ctx.send('test') # Send and print ready message to #testing and console after logon