diff options
Diffstat (limited to 'src/main.py')
| -rw-r--r-- | src/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.py b/src/main.py index 02375cc..1c43240 100644 --- a/src/main.py +++ b/src/main.py @@ -26,7 +26,7 @@ async def handle_messages(message, say): if message.get("user") == selfbot_user_id: return - if message.get("user") not in ["U0AKCBZHHMH", "U0BG82V0CP6"]: + if message.get("user") not in ["U0AKCBZHHMH"]: await say("Botnet is temporarily disabled for users other than <@U0AKCBZHHMH> for debugging and the safety of all OAuth-authorized users. Please DM <@U0AKCBZHHMH> if this is not resolved within a few days.") return |
