Make timeout be more obvious

This commit is contained in:
Christopher Cookman 2023-03-08 17:39:32 -07:00
parent f40ccb198f
commit f00e95681d
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -1,4 +1,10 @@
{ {
"reset": "Session reset.", "reset": "Session reset.",
"timeout": "Session timed out. Type anything to start a new session." "timeout": {
"embeds": [{
"title": "Session timeout",
"description": "Your session has timed out. Say anything to start a new one!",
"color": 16711680
}]
}
} }