From 884e1acf7d3982e66f28dc2cd68e74325f704c6c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 28 Mar 2022 14:25:23 -0400 Subject: Added more buttons to control command --- bot.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index 8aef7c3..957f40a 100644 --- a/bot.js +++ b/bot.js @@ -24,8 +24,6 @@ import fs from "fs" import config from './config.json' assert {type: 'json'} export const bot = new Client({intents: ['GUILDS', 'GUILD_MESSAGES', 'GUILD_VOICE_STATES']}); -let fileData; -let txtFile = true; bot.login(config.token); @@ -71,7 +69,7 @@ bot.once('ready', () => { // Send bots' status to channel const readyEmbed = new MessageEmbed() - .setAuthor({name:bot.user.username, iconURL:bot.user.avatarURL()}) + .setAuthor({ name: bot.user.username, iconURL: bot.user.avatarURL()} ) .setDescription('Starting bot...') .setColor('#0066ff') -- cgit v1.2.3