From 9ed107b997b0e9578d9348604164441d9446cb78 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sat, 22 Jul 2017 16:42:21 -0500 Subject: [PATCH] Add 1v1 alias --- cogs/interaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/interaction.py b/cogs/interaction.py index 1d54720..9fb6424 100644 --- a/cogs/interaction.py +++ b/cogs/interaction.py @@ -163,7 +163,7 @@ class Interaction: fmt = random.SystemRandom().choice(hugs) await ctx.send(fmt.format(user.display_name)) - @commands.group(invoke_without_command=True) + @commands.command(aliases=['1v1']) @commands.guild_only() @commands.cooldown(1, 20, BucketType.user) @utils.custom_perms(send_messages=True)