Webhook not sending
This is compiled Typescript, but im just lost on where the issue is... my console.log()s arent passing the hook.send() and there's no error being caught or anything?
npm list discord.js and node node -v version?before send!reminderhook.rest.on('rateLimited', async (info) => {
const timeLeft = info.timeToReset / 1000;
await this.chat.say(this.settings.debug.logChannel, `@itsjusttriz -> DiscordWebhook for channel (${channel}) has been rate-limited. Time left: ${timeLeft}`);