We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab4957 commit e07c5c8Copy full SHA for e07c5c8
1 file changed
cogs/add_users_to_threads_and_channels.py
@@ -101,6 +101,7 @@ async def add_users_or_roles_silently(
101
)
102
await message.edit(content=f"{users_or_roles.mention}")
103
await message.delete(delay=1)
104
+ return
105
106
await channel_or_thread.set_permissions(
107
target=users_or_roles,
@@ -151,6 +152,7 @@ async def add_users_or_roles_with_ping(
151
152
channel_or_thread,
153
154
return
155
156
157
158
0 commit comments