1
0
Fork 0
mirror of synced 2024-05-24 06:19:39 +12:00

Add 1v1 alias

This commit is contained in:
Phxntxm 2017-07-22 16:42:21 -05:00
parent 041fd8628e
commit 9ed107b997

View file

@ -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)