Releases: adamhl8/discord-bot-shared
Releases · adamhl8/discord-bot-shared
0.14.0
- Rename
setGlobalPreRunHook
to setGlobalCommandHook
0.10.0
getChannel
now throws instead of returning undefined
if the channel could not be found.
Event
now takes events from discord.js' Events
.
0.9.0
Major refactor: add Bot class
0.8.0
Simplify and improve command and event registration.
0.7.0
Require guildID for guildCache and getChannel.
0.6.3
Skip commands where their default export is undefined.