Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
dm banned people letting them know where they can appeal
Browse files
app.py
CHANGED
@@ -265,7 +265,7 @@ async def on_member_ban(guild, banned_user):
|
|
265 |
embed.set_footer(text=f"{convert_to_timezone(datetime.utcnow(), zurich_tz)}")
|
266 |
|
267 |
#user = bot.get_user(811235357663297546)
|
268 |
-
|
269 |
await bot.log_channel.send(content=content, embed=embed)
|
270 |
|
271 |
except Exception as e:
|
|
|
265 |
embed.set_footer(text=f"{convert_to_timezone(datetime.utcnow(), zurich_tz)}")
|
266 |
|
267 |
#user = bot.get_user(811235357663297546)
|
268 |
+
dm_message = await banned_user.send(f"You've been banned from the Hugging Face Discord. To appeal, reach out to <@811235357663297546> via DM")
|
269 |
await bot.log_channel.send(content=content, embed=embed)
|
270 |
|
271 |
except Exception as e:
|