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._" )