switch to twurple

This commit is contained in:
Darius
2025-09-26 15:14:03 +02:00
parent 9a961363f3
commit 47a4103176
12 changed files with 345 additions and 103 deletions

View File

@@ -4,8 +4,9 @@ dotenv.config();
export const Config = {
prefix: process.env.PREFIX || "",
username: process.env.USERNAME || "",
access_token: process.env.ACCESS_TOKEN || "",
bot_user_id: process.env.BOT_USER_ID || "",
client_id: process.env.CLIENT_ID || "",
client_secret: process.env.CLIENT_SECRET || "",
channels: [process.env.CHANNELS || ""],
developers: [process.env.DEVELOPERS || ""],
};