diff --git a/moderation_tool.py b/moderation_tool.py index 66b0136..1969e24 100755 --- a/moderation_tool.py +++ b/moderation_tool.py @@ -1,10 +1,4 @@ -# import subprocess -# import csv -# import time -# import json -# import random -# import string import user_commands import room_commands import server_commands @@ -107,5 +101,5 @@ while pass_token == False: print("\nExiting...\n") pass_token = True else: - print("\nIncorrect input detected, please select a number from 1 to 34!\n") + print("\nIncorrect input detected, please select a number from 1 to 41!\n")