Skip to content

Commit

Permalink
remvoe test command
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Jul 17, 2024
1 parent cdc77cc commit eb68803
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bot/cogs/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from discord.ext import commands
from discord.ext.commands import Greedy
from libs.utils import RoboContext

from rodhaj import Rodhaj

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

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

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


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

0 comments on commit eb68803

Please sign in to comment.