21 lines
557 B
JSON
21 lines
557 B
JSON
{
|
|
"reset": "Session reset.",
|
|
"timeout": {
|
|
"embeds": [{
|
|
"title": "Session timeout",
|
|
"description": "Your session has timed out. Say anything to start a new one!",
|
|
"color": 16711680
|
|
}]
|
|
},
|
|
"empty": "There isn't a session here.",
|
|
"info": "Current Session",
|
|
"infoDesc": "AI Messages: {botCount}\nUser Messages: {userCount}\nTotal Messages: {total}",
|
|
"infoFooter": "Session Started",
|
|
"terminated": {
|
|
"embeds": [{
|
|
"title": "Self-Terminated",
|
|
"description": "The AI has decided to terminate the session.",
|
|
"color": 16711680
|
|
}]
|
|
}
|
|
} |