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

Commenti

1 commento

  • 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

Accedi per aggiungere un commento.