lets see if this works (it probably wont)

This commit is contained in:
Seaswimmer 2023-02-28 14:46:07 -05:00
parent ee541ac106
commit d9fc85ae03

View file

@ -14,7 +14,8 @@ class Galaxy(commands.Cog):
@checks.admin()
async def roleinfo_test(self, ctx, role: discord.Role):
"""Testing"""
await ctx.send(role.members)
list = role.members
await ctx.send(list.name)
@commands.command()
@commands.guild_only()