Skip to content

Commit eb68803

Browse files
committed
remvoe test command
1 parent cdc77cc commit eb68803

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bot/cogs/admin.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from discord.ext import commands
1111
from discord.ext.commands import Greedy
1212
from libs.utils import RoboContext
13+
1314
from rodhaj import Rodhaj
1415

1516
GIT_PULL_REGEX = re.compile(r"\s+(?P<filename>.*)\b\s+\|\s+[\d]")
@@ -179,10 +180,6 @@ async def reload(self, ctx: RoboContext) -> None:
179180

180181
await ctx.send(self.format_results(statuses))
181182

182-
@commands.command(name="test")
183-
async def testing(self, ctx: RoboContext) -> None:
184-
raise ValueError("hi")
185-
186183

187184
async def setup(bot: Rodhaj) -> None:
188185
await bot.add_cog(Admin(bot))

0 commit comments

Comments
 (0)