Add wait command

This commit is contained in:
minerobber 2019-02-04 20:12:07 +00:00
parent 925299a547
commit d7f4bc80dc
1 changed files with 2 additions and 0 deletions

View File

@ -122,3 +122,5 @@ def minercoin_cooldown(bot,channel,nick,username,*args):
timedesc += plural(minutes,"minute")+" and "
timedesc += plural(seconds,"second")
bot.say(channel,"{}: Please wait {} before asking for more MinerCoin.".format(nick,timedesc))
minercoin.command("wait")(minercoin_cooldown)