From f00e95681dc62f3c99fc1c65fe53066b4088c71d Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Wed, 8 Mar 2023 17:39:32 -0700 Subject: [PATCH] Make timeout be more obvious --- lang.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lang.json b/lang.json index 8144f74..9b0e6d2 100644 --- a/lang.json +++ b/lang.json @@ -1,4 +1,10 @@ { "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 + }] + } } \ No newline at end of file