aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/pythonfacts.py
diff options
context:
space:
mode:
authorGravatar MrKomodoDragon <[email protected]>2021-03-04 12:18:25 -0800
committerGravatar MrKomodoDragon <[email protected]>2021-03-04 12:18:25 -0800
commit1669b50e026678fd8e9fe6f72677e1de5943dd66 (patch)
tree1460139ef6816ca6e808d1811c3cce30f1649cef /bot/exts/evergreen/pythonfacts.py
parentAdd link to discussion for suggesting facts in Embed (diff)
Remove "Want to suggest a fact?" for consistency
Diffstat (limited to 'bot/exts/evergreen/pythonfacts.py')
-rw-r--r--bot/exts/evergreen/pythonfacts.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/exts/evergreen/pythonfacts.py b/bot/exts/evergreen/pythonfacts.py
index fb96a19d..457c2fd3 100644
--- a/bot/exts/evergreen/pythonfacts.py
+++ b/bot/exts/evergreen/pythonfacts.py
@@ -24,8 +24,7 @@ class PythonFacts(commands.Cog):
description=next(FACTS),
colour=next(COLORS))
embed.add_field(name='Suggestions',
- value="Want to suggest more facts? "
- "Suggest more facts [here!](https://github.com/python-discord/meta/discussions/93)")
+ value="Suggest more facts [here!](https://github.com/python-discord/meta/discussions/93)")
await ctx.send(embed=embed)