UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

9 lines (8 loc) 190 B
class baseMultiple{ constructor(_bot, guild_id){ this._bot = _bot this._token = _bot.token this.guild_id = guild_id || null } } module.exports = baseMultiple