make audit log show @everyone/@here/role mentions
sometimes ppl like to ping loads of people jsut to annoy them and then delete the message so that no-one knows who it was. itd be nice if the audit log showed when people pinged @\everyone, @\here, or a role, so that the moderators could find out who did it
0
-
on_guild_role_create only takes in one parameter, the role. We have to get the guild instance form the role.
async def on_guild_role_create(role):
guild = role.guild
#other stuff here0
Iniciar sesión para dejar un comentario.
Comentarios
1 comentario