[Core] Fix infinite typing for commands with cooldown (#2987)

* fix(core): cooldown error can't reinvoke command (infinite typing issue)

* chore(changelog): add towncrier entry
This commit is contained in:
jack1142
2019-09-08 01:25:02 +02:00
committed by Michael H
parent 0be3b1acd7
commit cdb7a02cb8
2 changed files with 2 additions and 13 deletions

View File

@@ -0,0 +1 @@
Bot no longer types infinitely when command with cooldown is called within last second of cooldown.