mirror of
https://github.com/DarthKilroy/Spot.git
synced 2025-12-23 20:26:49 +00:00
Improved and fixed embed generation command
This commit is contained in:
parent
bbdb5f249f
commit
30daa4627e
7 changed files with 93 additions and 26 deletions
1
bot.js
1
bot.js
|
|
@ -55,6 +55,7 @@ const botProcess = () => {
|
|||
const { Client } = require('discord.js');
|
||||
|
||||
global.bot = new Client({ fetchAllMembers: true });
|
||||
global.isRightGuild = (guildSnowflake) => guildSnowflake === Config.guild;
|
||||
|
||||
const Config = require('./config.json');
|
||||
const Command = require('./model/command');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue