WIP: Basic event loop, database code
The monster is starting to resemble a working program
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
const { REST, Routes } = require("discord.js");
|
||||
const { appId, guildId, token } = require("./config.json");
|
||||
|
||||
const commands = [require("./commands/calendar/ping.js").data.toJSON()];
|
||||
const commands = [
|
||||
require("./commands/calendar/ping.js").data.toJSON(),
|
||||
require("./commands/calendar/remind.js").data.toJSON(),
|
||||
];
|
||||
|
||||
const rest = new REST().setToken(token);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user