diff options
author | 2021-06-07 20:56:31 +0530 | |
---|---|---|
committer | 2021-06-07 20:56:31 +0530 | |
commit | 46d55f402a4f66372f12cff2c98f0b834bc83079 (patch) | |
tree | 392dbf429e06a4bccc99cf107a4fa22a173c6c83 /bot | |
parent | Remove user's query from embed title (diff) |
remove attribution comments
Diffstat (limited to 'bot')
-rw-r--r-- | bot/exts/evergreen/stackoverflow.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 |