codinglab-io / discord-bot

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

fix: fire event 'ready' on modules #49

Closed luca-montaigut closed 1 year ago

luca-montaigut commented 1 year ago

Problem

ClientEvent "ready" is not fire after the first time but our modules aren't load yet, so we can't handle this event in module eventhandlers

Solution

Drawback

May add some boot time

neolectron commented 1 year ago

Imo it should be fix: and not feat:. Although the branch name is an information that we will lose eventually, it's also not ideal. I would name it like so fix/theStuffImFixing.