From 671b0e9ee5eb924c4735148b035db797ddf7776c Mon Sep 17 00:00:00 2001 From: Bruce Yang Date: Fri, 17 Jan 2020 00:30:08 -0500 Subject: [PATCH] Fixed issue #172 --- exts/base.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/exts/base.py b/exts/base.py index eee76a2..9fea4c5 100644 --- a/exts/base.py +++ b/exts/base.py @@ -166,11 +166,6 @@ class BaseCog(commands.Cog): "(https://github.com/classabbyamp/discord-qrm2/issues)!") await ctx.send(embed=embed) - @commands.command(name="bruce", hidden=True) - async def _b_issue(self, ctx: commands.Context): - """Shows how to create an issue for the bot.""" - await ctx.invoke(self._issue) - @commands.command(name="echo", aliases=["e"], hidden=True) @commands.check(cmn.check_if_owner) async def _echo(self, ctx: commands.Context,