added cooldown to carbon
This commit is contained in:
parent
81c299dffb
commit
28ccb8b10f
|
@ -9,6 +9,7 @@ class Carbon(commands.Cog):
|
|||
self.client = client
|
||||
|
||||
@commands.group(name="carbon", usage="carbon [subcommand]", description="Can accumulate data about carbon levels in the UK")
|
||||
@commands.cooldown(1, 30)
|
||||
async def carbon(self, ctx):
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in a new issue