svioletg / lydian-discord-bot

A music-playing bot for Discord, written in Python.
GNU General Public License v3.0
0 stars 0 forks source link

Allow communication between the bot script and modules + cogs #7

Open svioletg opened 2 months ago

svioletg commented 2 months ago

spoofy.py (to be renamed) should ideally be able to communicate a sort of status message to the bot as it runs its functions, for example to inform the user of what's going on if things are slow. This should be easily doable through a callback.

Repurposing this issue to be more general, most modules and cogs should have some sort of capability to relay information back to bot.py and send Discord messages as status updates if necessary.

svioletg commented 3 weeks ago

Still want to get around to this, but I'm delaying it to a later version.