From 8845c41491fc488369d7156e3d770a5145a123d8 Mon Sep 17 00:00:00 2001 From: biznis883-cell Date: Thu, 14 May 2026 18:45:33 +0100 Subject: [PATCH] Modify nickname and update user IDs in config Updated bot nickname and user IDs in config.json. --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index dbaa1e6ad..1f4fabf52 100644 --- a/config.json +++ b/config.json @@ -12,7 +12,7 @@ "antiInbox": false, "language": "en", "notesLanguage": "change to your language with ISO 639-1 code, available languages: vi (Vietnamese), en (English)", - "nickNameBot": "গেসুকে 😈", + "nickNameBot": "😈", "prefix": "~", "noPrefix": true, "noPrefixNotes": "When true, Bot Admins (role 2) and Developers (role 4) can run commands without the prefix", @@ -21,13 +21,13 @@ "ignoreCommand": [] }, "adminBot": [ - "61588057525081" + "61589880922755" ], "premiumUsers": [ - "61588057525081" + "61589219225956" ], "devUsers": [ - "61588057525081" + "61589880922755" ], "notes_premiumUsers": "List of user IDs with premium access (role 3)", "notes_devUsers": "List of developer IDs with full access (role 4)",