aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Vivaan Parashar <[email protected]>2021-02-10 23:09:12 +0530
committerGravatar Vivaan Parashar <[email protected]>2021-02-10 23:09:12 +0530
commitf93cb0d22faf0beeae182d398bd860ac9e67c91b (patch)
tree43ac33492e628256622c12e27254c0a0938bd578 /bot
parentAdd tags of question and drop the 's' if the score/views are 1. (diff)
Add footer to embed.
Diffstat (limited to 'bot')
-rw-r--r--bot/exts/evergreen/stackoverflow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/stackoverflow.py b/bot/exts/evergreen/stackoverflow.py
index 65c85c3f..6fcd9390 100644
--- a/bot/exts/evergreen/stackoverflow.py
+++ b/bot/exts/evergreen/stackoverflow.py
@@ -36,7 +36,7 @@ class Stackoverflow(Cog):
f"Tags: {', '.join(item['tags'])}]"
f"({item['link']})"),
inline=False)
- embed.set_footer()
+ embed.set_footer(text="View the original link for more results.")
await ctx.send(embed=embed)