fix: Remove extra console.log

imgbot
KieranRobson 2022-10-04 11:02:09 +01:00
parent e418fb9ca0
commit 8cc0efe01d
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ const wait = require('node:timers/promises').setTimeout;
client.on('guildScheduledEventCreate', async (guildScheduledEvent) => {
const eventsChannel = client.channels.cache.get('973686987787751534');
const markdownChannel = client.channels.cache.get('1025318437028896778');
console.log(guildScheduledEvent);
let location = '';
let endTime = 'No Scheduled End Time';