From c4f3fc5372b0dd28983ba8a84cef2ef868bcf5cc Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh <102361830+SeaswimmerTheFsh@users.noreply.github.com> Date: Mon, 19 Jun 2023 18:03:49 -0400 Subject: [PATCH] fixed roleinfo --- info/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/info.py b/info/info.py index c45c851..cc4531c 100644 --- a/info/info.py +++ b/info/info.py @@ -494,7 +494,7 @@ class Info(commands.Cog): @commands.command() @commands.guild_only() - async def roleinfo(self, ctx, list_permissions: bool = False, *, role: discord.Role): + async def roleinfo(self, ctx, role: discord.Role, list_permissions: bool = False): """Gives information on a specific role.""" permissions = role.permissions if role.color.value == 0: