Add email email

This commit is contained in:
Adriene Hutchins 2020-04-09 00:49:50 -04:00
parent d3f4e3d1f3
commit 86b0c9c338
2 changed files with 5 additions and 1 deletions

View File

@ -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"
}

View File

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