1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Correct syntax error

This commit is contained in:
Phxntxm 2017-03-27 21:55:21 -05:00
parent 7f2db7b3a6
commit 24a23f1277

View file

@ -47,7 +47,7 @@ class Roulette:
@roulette.command(name='start', aliases=['create'])
@utils.custom_perms(kick_members=True)
async def roulette_start(self, ctx, time: int=5)
async def roulette_start(self, ctx, time: int=5):
"""Starts a roulette, that will end in one of the entrants being kicked from the server
By default, the roulette will end up 5 minutes; provide a number (up to 30) to change how many minutes until it ends