diff --git a/events/interactionCreate.js b/events/interactionCreate.js index 62c3e50..129fedb 100644 --- a/events/interactionCreate.js +++ b/events/interactionCreate.js @@ -1,4 +1,4 @@ -const client = require("../index"); +const client = require("../wttr_bot"); require("dotenv").config(); const { glob } = require("glob"); const { promisify } = require("util"); diff --git a/events/ready.js b/events/ready.js index e45e333..b058776 100644 --- a/events/ready.js +++ b/events/ready.js @@ -1,4 +1,4 @@ -const client = require("../index"); +const client = require("../wttr_bot"); client.on("ready", () => { console.log(`${client.user.tag} is up and ready to go!`); diff --git a/index.js b/wttr_bot.js similarity index 100% rename from index.js rename to wttr_bot.js