added cooldown to carbon

This commit is contained in:
Robert 2020-01-08 23:53:04 +01:00
parent 81c299dffb
commit 28ccb8b10f

View file

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