updated start scripts
This commit is contained in:
@@ -6,6 +6,8 @@ import { registerCommands } from './discord';
|
||||
import { createQueue, joinQueue, queueInfo } from './queue';
|
||||
const CLIENT = new Client({ intents: [Intents.FLAGS.GUILDS] });
|
||||
|
||||
console.log(new Date().toISOString()+'\n\n');
|
||||
|
||||
if (!fs.existsSync('./token')) {
|
||||
fs.writeFileSync('./token', '');
|
||||
console.error('Missing Discord Token, please enter the bot token into the token file');
|
||||
|
||||
Reference in New Issue
Block a user