aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/githubinfo.py
diff options
context:
space:
mode:
authorGravatar vcokltfre <[email protected]>2021-04-19 21:09:10 +0100
committerGravatar vcokltfre <[email protected]>2021-04-19 21:09:10 +0100
commit227d0a7705e08b74deb9b95ec4f643b1d0a0fcdd (patch)
treeadb2e186f50860f96afeed57158974c0401c8635 /bot/exts/evergreen/githubinfo.py
parentchore(evergreen): format each cog load docstring the same way (diff)
chore(evergreen): make usage of . at sentence ends consistent
Diffstat (limited to 'bot/exts/evergreen/githubinfo.py')
-rw-r--r--bot/exts/evergreen/githubinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/githubinfo.py b/bot/exts/evergreen/githubinfo.py
index 65fcc7cf..fd100a7c 100644
--- a/bot/exts/evergreen/githubinfo.py
+++ b/bot/exts/evergreen/githubinfo.py
@@ -96,7 +96,7 @@ class GithubInfo(commands.Cog):
embed.add_field(
name=f"Organization{'s' if len(orgs)!=1 else ''}",
- value=orgs_to_add if orgs else "No organizations"
+ value=orgs_to_add if orgs else "No organizations."
)
embed.add_field(name="Website", value=blog)