mirror of
https://github.com/PC-Admin/matrix-moderation-tool.git
synced 2024-12-19 23:20:26 -05:00
cleanup main script file
This commit is contained in:
parent
93315971c9
commit
e4cdebc161
@ -1,10 +1,4 @@
|
|||||||
|
|
||||||
# import subprocess
|
|
||||||
# import csv
|
|
||||||
# import time
|
|
||||||
# import json
|
|
||||||
# import random
|
|
||||||
# import string
|
|
||||||
import user_commands
|
import user_commands
|
||||||
import room_commands
|
import room_commands
|
||||||
import server_commands
|
import server_commands
|
||||||
@ -107,5 +101,5 @@ while pass_token == False:
|
|||||||
print("\nExiting...\n")
|
print("\nExiting...\n")
|
||||||
pass_token = True
|
pass_token = True
|
||||||
else:
|
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")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user