wasurenakusa / engine

The modular ai conversation engine
GNU Affero General Public License v3.0
0 stars 0 forks source link

Discord chat plugin #10

Closed chr1st0ph3rGG closed 3 months ago

chr1st0ph3rGG commented 3 months ago

Add a plugin so communication can happen via discord

chr1st0ph3rGG commented 3 months ago

Hmmm im thinking about how we could provide the functionality for other addons to create chat commands… one possibility is that in our base class we could add a add_commands method that the discord bot call before starting and dynamically generating the bot commands… the structure of how the command structure looks like should be not specific to discord and should simply provide a callback function that would run …

regarding python discord frameworks i think I will use interactions.py as it provides the command functionality… ( I looked into discord.py but i dindt figure out how to add real slash commands etc (beside that hybrid stuff)

chr1st0ph3rGG commented 3 months ago

The remaining task is now in its own issue