Working MySQL Storage system
- testing delete
This commit is contained in:
5
index.js
5
index.js
@@ -1,9 +1,7 @@
|
||||
const fs = require('fs');
|
||||
const path = require('node:path');
|
||||
const {
|
||||
prefix
|
||||
} = require('./config.json');
|
||||
require('dotenv').config();
|
||||
prefix = process.env.PREFIX
|
||||
token = process.env.TOKEN;
|
||||
const {
|
||||
Routes
|
||||
@@ -128,6 +126,7 @@ console.log("Link Flayer Bot Activating");
|
||||
keepAlive();
|
||||
client.login(token); //Load Client Discord Token
|
||||
try {
|
||||
console.log("Loading initial startup feeds");
|
||||
libFlayer.loadFeeds();
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
|
||||
Reference in New Issue
Block a user