From 595c45b9c318718fba323aaee06412329d1ae6c8 Mon Sep 17 00:00:00 2001 From: Brian Wu Date: Sat, 21 Jul 2018 19:21:09 -0700 Subject: [PATCH] Add files via upload --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 27c3957..d9b7eee 100644 --- a/bot.py +++ b/bot.py @@ -50,7 +50,7 @@ async def echo(ctx, *, something = None): if something is not None: await ctx.send(something) else: - await ctx.send("Use the *say* command with an argument, such as: **n!say ooglyoogly**") + await ctx.send("Use the *echo* command with an argument, such as: **n!echo hello**") #hard coded... i give up def format_solution_reaction(solution_letter):