Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeyUsersREC authored Nov 3, 2023
1 parent 3f2da0a commit 132807d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ async def POST_get_guild_roles(self, request: Request):
return [{
"name": role.name,
"id": role.id,
"color": role.color
"color": str(role.color)
} for role in guild.roles]

async def POST_get_guild_channels(self, request: Request):
Expand Down

0 comments on commit 132807d

Please sign in to comment.