Support multiple Discord modules sharing a bot instance #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently each Discord module maintains its own Discord client object. We might want to have the same bot instance (i.e. token) used in multiple configurations, each keyed to a guild, such that the bot acts differently depending on what guild it is in.
This might already be possible (if Discord doesn't mind the bot having multiple connections using the same token) but it would be awkward and wasteful.