vrzc / arab-tools

Very cool npm package
GNU General Public License v3.0
0 stars 0 forks source link

Error #1

Closed adhammenesy closed 3 hours ago

adhammenesy commented 3 hours ago

TypeError: arabtools.bot is not a constructor

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);
vrzc commented 3 hours ago

Bot class will be added next week