diff --git a/dist/ba_root/mods/chatHandle/ChatCommands/commands/NormalCommands.py b/dist/ba_root/mods/chatHandle/ChatCommands/commands/NormalCommands.py index d5cb8ec..24d2a50 100644 --- a/dist/ba_root/mods/chatHandle/ChatCommands/commands/NormalCommands.py +++ b/dist/ba_root/mods/chatHandle/ChatCommands/commands/NormalCommands.py @@ -331,4 +331,3 @@ def get_complaint(arguments, clientid, acid, ARGUMENTS): else: till = customers[acid]['expiry'] send(f"You can use the complaint command again at {till}", clientid) -