mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
* fix: ensure text-based channel for adding messages * fix: account for interaction-only applications The event will emit for these types of bots. However, as the channel is not from a cached guild, they are safe from this crash. * fix: typos * refactor: more descriptive variable usage