ParadauxIO / chatgpt-discord-bot

A simple discord bot to add a ChatGPT experience to your discord!
GNU General Public License v3.0
1 stars 1 forks source link

Consolidate all message based listeners into one file #7

Open ParadauxIO opened 1 year ago

ParadauxIO commented 1 year ago

It's a little messy to have multiple listeners for the same event as it also makes it hard to disable certain interactions when another fires.

For example, the bot could feasibly double post if both the random posting coincides with a mention and what not. Would be an alternative solution to #2 as well