This commit is contained in:
Christopher Cookman 2023-04-26 11:28:01 -06:00
parent 2bc68fb682
commit 7fafccd8fb
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -214,7 +214,7 @@ const rest = new REST({
var logChannel;
dcClient.on('ready', () => {
console.log(`${colors.cyan("[INFO]")} Logged in as ${dcClient.user.tag}!`);
logChannel = dcClient.channels.cache.get(config.discord.logChannel);
logChannel = dcClient.channels.cache.get(config.discord.logId);
// Set up application commands
const commands = require('./commands.json');