get rid of the MessageDistributor module... & update discord, to work with API v10
Added discord commands (issue: as they're running over the event hub, they're processed on the same track as other events. => activity ingame triggers the next run; otherwise there's some delay for responses) relay is a standard module now.
This commit is contained in:
@@ -39,6 +39,7 @@ class SettingService:
|
||||
if module.split(".")[0] not in self.bot.modules:
|
||||
return
|
||||
setting.set_name(name)
|
||||
setting.module = module
|
||||
setting.set_description(description)
|
||||
setting.set_extended_description(extended_description)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user