codinglab-io / discord-bot

Discord bot for Codinglab's server.
https://discord.com/invite/codinglab-174169014568878080
MIT License
19 stars 14 forks source link

feat: allow modules to export intents #55

Closed neolectron closed 1 year ago

neolectron commented 1 year ago

Problem

Modules aren't as self-contains as it gets, if a certain modules need an intent that we didn't initially planned, he shouldn't have to edit main.ts .

Solution

Allow modules to export their intents, and load it at bot start.