:sad: stupid oversight

This commit is contained in:
brandons209 2021-03-04 13:49:46 -05:00
parent 384f788b4c
commit ce4a52bc19

View file

@ -133,7 +133,7 @@ class ScriptGen(commands.Cog):
"""
Set server wide cost per word generated
"""
if cooldown is None:
if cost is None:
curr = await self.config.guild(ctx.guild).cost()
await ctx.send(f"Current cost per word: `{cost}`")
return