From 86b0c9c3386157f7b03220f2e57357a2bd86a86b Mon Sep 17 00:00:00 2001 From: Adriene Hutchins Date: Thu, 9 Apr 2020 00:49:50 -0400 Subject: [PATCH] Add email email --- .vscode/settings.json | 4 +++- extensions/core.py | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 859361b..c741bd2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,7 +14,9 @@ "titleBar.inactiveForeground": "#e7e7e799", "statusBar.background": "#215732", "statusBarItem.hoverBackground": "#2f7c47", - "statusBar.foreground": "#e7e7e7" + "statusBar.foreground": "#e7e7e7", + "statusBar.border": "#215732", + "titleBar.border": "#215732" }, "peacock.color": "#215732" } \ No newline at end of file diff --git a/extensions/core.py b/extensions/core.py index 28d75b2..a75e96b 100644 --- a/extensions/core.py +++ b/extensions/core.py @@ -119,6 +119,8 @@ class Core(commands.Cog): # Footer msg += ( + "_When in doubt, you may email the creator of the codebase at" + "`polyjitter@fastmail.com`._\n" f"_See {prefix}`help` for help, `invite` to add the bot, " "and `stats` for statistics._" )