Als Admin möchte ich, dass bei Erstellung einer AutoRollen Regel die Reaktion automatisch hinzugefügt wird #259 #263

Merged
edraft merged 2 commits from #259 into 1.0.1 2023-03-28 23:29:06 +02:00
Showing only changes of commit 657a8fa586 - Show all commits

View File

@ -313,6 +313,7 @@ class AutoRoleGroup(DiscordCommandABC):
.single()
)
# as task to run in background
self._bot.loop.create_task(
await self._client_utils.react_to_message_by_auto_role_rule(
auto_role_from_db.discord_channel_id, auto_role_from_db.discord_message_id, rule, ctx.guild