Example 1: python discord bot command permissions @commands.guild_only() # Command cannot be used in private messages. @commands.is_owner() # Command can ...
確定! 回上一頁