remove unused global variable

This commit is contained in:
Firepup Sixfifty 2025-03-20 09:12:26 -05:00
parent 3c2b83d35b
commit c0dcfa8820
Signed by: Firepup650
SSH key fingerprint: SHA256:in03N+Byhi/nMAIIKKMxbNMskVXULLrovhGkPNFEsdg

View file

@ -177,9 +177,6 @@ except ImportError:
print("[INFO] User mappings loaded. User count:", len(userMappings))
print("[INFO] Bot mappings loaded. Bot count:", len(botMappings))
global inChannel
inChannel = False
if __name__ == "__main__":
print("[INFO] ^D at any time to terminate program")
while 1: