Skip to content
Snippets Groups Projects
Commit 329135cf authored by dnns01's avatar dnns01
Browse files

Added !sinn command that sends 42 as answer

parent 824532b9
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,11 @@ async def send_dm(user, message, embed=None):
await user.dm_channel.send(message, embed=embed)
@bot.command(name="sinn")
async def cmd_sinn(ctx):
await ctx.send("42 :robot:")
@bot.command(name="help")
async def cmd_help(ctx):
""" Send help message as DM """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment