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

โปรด ลงชื่อเข้าใช้ เพื่อแสดงข้อคิดเห็น