mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Add email email
This commit is contained in:
parent
d3f4e3d1f3
commit
86b0c9c338
2 changed files with 5 additions and 1 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -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"
|
||||
}
|
|
@ -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._"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue