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

टिप्पणियां

1 टिप्पणी

  • 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

कृपया टिप्पणी करने के लिए साइन इन करें करें.