Added comment #259
This commit is contained in:
parent
3c8a092f40
commit
657a8fa586
@ -313,6 +313,7 @@ class AutoRoleGroup(DiscordCommandABC):
|
|||||||
.single()
|
.single()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# as task to run in background
|
||||||
self._bot.loop.create_task(
|
self._bot.loop.create_task(
|
||||||
await self._client_utils.react_to_message_by_auto_role_rule(
|
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
|
auto_role_from_db.discord_channel_id, auto_role_from_db.discord_message_id, rule, ctx.guild
|
||||||
|
Loading…
Reference in New Issue
Block a user