aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-01-17 02:52:31 +1000
committerGravatar GitHub <[email protected]>2019-01-17 02:52:31 +1000
commitc0f71a9d6707a8b3ca5e177cb6bec09b69d04804 (patch)
tree74bd1c26d8f3ce0f26e3f82f97897bd9f2a246e9
parentAdd new userlog channel support. (diff)
Revert modlog channel for banned notification
Co-Authored-By: scragly <[email protected]>
-rw-r--r--bot/cogs/modlog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/modlog.py b/bot/cogs/modlog.py
index 843b0cf83..51c52828e 100644
--- a/bot/cogs/modlog.py
+++ b/bot/cogs/modlog.py
@@ -382,7 +382,7 @@ class ModLog:
Icons.user_ban, Colour(Colours.soft_red),
"User banned", f"{member.name}#{member.discriminator} (`{member.id}`)",
thumbnail=member.avatar_url_as(static_format="png"),
- channel_id=Channels.userlog
+ channel_id=Channels.modlog
)
async def on_member_join(self, member: Member):