Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bwubrian authored Jul 22, 2018
1 parent 9c8eac8 commit 595c45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 595c45b

Please sign in to comment.