2
0
mirror of https://github.com/Nick80835/microbot synced 2025-08-31 22:46:01 +00:00

fix some shit again

This commit is contained in:
Nick80835
2020-06-13 20:43:49 -04:00
parent 62b13f4803
commit 8622e74d04

View File

@@ -170,7 +170,7 @@ class CommandHandler():
else:
user_id = event.from_id
if user_id in self.settings.get_list("blacklisted_users"):
if str(user_id) in self.settings.get_list("blacklisted_users"):
return True
else:
return False