Closed adhammenesy closed 3 hours ago
const arabtools = require("arab-tools"); // Create a new Discord client const { Client } = require('discord.js'); const client = new Client({ intents: ["Guilds", "GuildMessages", "GuildVoiceStates"] }); // Create a new class bot const Bot = new arabtools.bot(client);
Bot class will be added next week
TypeError: arabtools.bot is not a constructor