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

댓글을 남기려면 로그인하세요.