@commands.command(aliases=['testcommand', 'testing']) async def test(self, ctx): await ctx.send("This a test command")
@bot.command() @commands.has_role('RoleName') async def command_name():