make audit log show @everyone/@here/role mentions

Comentarios

1 comentario

  • Jeffrey589

    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 here

    Foremost PayOnline

    0

Iniciar sesión para dejar un comentario.