diff options
Diffstat (limited to 'bot/seasons/evergreen')
| -rw-r--r-- | bot/seasons/evergreen/showprojects.py | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/bot/seasons/evergreen/showprojects.py b/bot/seasons/evergreen/showprojects.py index bb92cb50..d6223690 100644 --- a/bot/seasons/evergreen/showprojects.py +++ b/bot/seasons/evergreen/showprojects.py @@ -27,10 +27,6 @@ class ShowProjects(commands.Cog):          self.lastPoster = message.author.id -    @commands.command() -    async def testcomm(self, ctx): -        await ctx.send("test") -  def setup(bot):      """Show Projects Reaction Cog"""  |