From 46d55f402a4f66372f12cff2c98f0b834bc83079 Mon Sep 17 00:00:00 2001 From: Vivaan Parashar Date: Mon, 7 Jun 2021 20:56:31 +0530 Subject: remove attribution comments --- bot/exts/evergreen/stackoverflow.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'bot/exts/evergreen/stackoverflow.py') diff --git a/bot/exts/evergreen/stackoverflow.py b/bot/exts/evergreen/stackoverflow.py index 22963ad9..62179150 100644 --- a/bot/exts/evergreen/stackoverflow.py +++ b/bot/exts/evergreen/stackoverflow.py @@ -82,6 +82,3 @@ class Stackoverflow(commands.Cog): def setup(bot: bot.Bot) -> None: """Loads Stackoverflow Cog.""" bot.add_cog(Stackoverflow(bot)) - -# Upvote and Comment icon taken from Reddit bot -# Tag icon made by Freepik (https://www.flaticon.com/authors/freepik) from www.flaticon.com, and edited by me -- cgit v1.2.3