lets see if this works (it probably wont)
This commit is contained in:
parent
ee541ac106
commit
d9fc85ae03
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ class Galaxy(commands.Cog):
|
||||||
@checks.admin()
|
@checks.admin()
|
||||||
async def roleinfo_test(self, ctx, role: discord.Role):
|
async def roleinfo_test(self, ctx, role: discord.Role):
|
||||||
"""Testing"""
|
"""Testing"""
|
||||||
await ctx.send(role.members)
|
list = role.members
|
||||||
|
await ctx.send(list.name)
|
||||||
|
|
||||||
@commands.command()
|
@commands.command()
|
||||||
@commands.guild_only()
|
@commands.guild_only()
|
||||||
|
|
Loading…
Reference in a new issue