From 866e34c5d78f3fed97e05027000f1a7291d828b3 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 28 Feb 2023 15:46:28 -0500 Subject: [PATCH] removed test cmd --- galaxy/galaxy.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index 4b25501..4b63d50 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -9,12 +9,6 @@ class Galaxy(commands.Cog): def __init__(self, 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.guild_only() async def userinfo(self, ctx, member: discord.Member):