removed test cmd
This commit is contained in:
parent
e6905fcb58
commit
866e34c5d7
1 changed files with 0 additions and 6 deletions
|
@ -9,12 +9,6 @@ class Galaxy(commands.Cog):
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|
||||||
@commands.command()
|
|
||||||
@checks.admin()
|
|
||||||
@commands.guild_only()
|
|
||||||
async def testcmd(self, ctx, role: discord.Role):
|
|
||||||
await ctx.send(content=f"{role}")
|
|
||||||
|
|
||||||
@commands.command()
|
@commands.command()
|
||||||
@commands.guild_only()
|
@commands.guild_only()
|
||||||
async def userinfo(self, ctx, member: discord.Member):
|
async def userinfo(self, ctx, member: discord.Member):
|
||||||
|
|
Loading…
Reference in a new issue