23 lines
669 B
JSON
Executable file
23 lines
669 B
JSON
Executable file
{
|
|
"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
|
|
}]
|
|
},
|
|
"busy": "The bot is busy right now. Please try again later.",
|
|
"noauth": "This is not an authorized channel."
|
|
} |