added cooldown to carbon
This commit is contained in:
parent
81c299dffb
commit
28ccb8b10f
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ class Carbon(commands.Cog):
|
||||||
self.client = client
|
self.client = client
|
||||||
|
|
||||||
@commands.group(name="carbon", usage="carbon [subcommand]", description="Can accumulate data about carbon levels in the UK")
|
@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):
|
async def carbon(self, ctx):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue