diff --git a/utils/bot.py b/utils/bot.py index 1666750..dc31049 100644 --- a/utils/bot.py +++ b/utils/bot.py @@ -10,7 +10,6 @@ def get_all_args(context: CallbackContext) -> List[str]: if match is not None: groups = match.groups() return list(groups) - else: if len(args) >= 1: return args