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