This commit is contained in:
Raven Scott 2023-08-20 19:45:32 -04:00
parent b816c0f1da
commit 795c915c0e
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
const client = require("../index");
const client = require("../wttr_bot");
require("dotenv").config();
const { glob } = require("glob");
const { promisify } = require("util");

View File

@ -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!`);