From 5b71d911c0fd7f9b2fb2261d9bc760cf58149ea5 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 29 Jun 2020 19:56:31 +0100 Subject: [PATCH] Added name value's to all commands --- EnsoBot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EnsoBot.py b/EnsoBot.py index 721e0b47..a1a9661d 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -37,7 +37,7 @@ async def on_ready(): # Bot ~Ping command in milliseconds -@client.command(aliases=["Ping"]) +@client.command(name="ping", aliases=["Ping"]) @is_owner() async def ping(ctx): # Send the latency of the bot (ms) @@ -211,7 +211,7 @@ async def on_raw_reaction_remove(payload): # ~marry command allows the bot to wed two young lovers together -@client.command() +@client.command(name="marry", aliases=["Marry"]) async def marry(ctx, member: Member): # Send a message to the channel mentioning the author and the person they want to wed. await ctx.send(f"{ctx.author.mention} **Proposes To** {member.mention} **Do you accept??** "