diff --git a/src/commands.py b/src/commands.py index b100eb3..768b50a 100644 --- a/src/commands.py +++ b/src/commands.py @@ -127,6 +127,7 @@ def rm(update: Update, context: CallbackContext): return "%s doesn't exist, nothing changed." % name # Remove + scheduler.stop(user, name) database.reqs[user].pop(name, None) database.save()