84 lines
2.0 KiB
JSON
84 lines
2.0 KiB
JSON
{
|
|
"help": {
|
|
"description": "Hi there! Thanks for checking out NodBot. NodBot is used in two distinct ways: with 'Slash Commands' (/help), and with 'Dot Commands' (nod.gif). The two types will be outlined below, along with usage examples.",
|
|
"slash": "Slash Commands always begin with a / and a menu will pop up to help complete the commands.",
|
|
"dot": "Dot Commands have the command at the end of the message, for example to search for a gif of 'nod', type 'nod.gif'"
|
|
},
|
|
"emoji": {
|
|
"joint": "<:joint:862082955902976000>",
|
|
"next": "⏭️",
|
|
"previous": "⏮️",
|
|
"confirm": "☑️",
|
|
"cancel": "❌"
|
|
},
|
|
"urls": {
|
|
"avatar": "https://cdn.discordapp.com/avatars/513184762073055252/12227aa23a06d5178853e59b72c7487b.webp?size=128"
|
|
},
|
|
"costs": {
|
|
"gpt": {
|
|
"gpt-3.5-turbo": 0.2
|
|
},
|
|
"dalle": {
|
|
"256x256": 1.6,
|
|
"512x512": 1.8,
|
|
"1024x1024": 2.0
|
|
}
|
|
},
|
|
"ai": {
|
|
"chatModel": "gpt-3.5-turbo",
|
|
"chatPromptCentsPer": 0.15,
|
|
"chatPromptUnits": 1000,
|
|
"chatResCentsPer": 0.2,
|
|
"chatResUnits": 1000
|
|
},
|
|
"autoresponses": {
|
|
"bigDoinks": {
|
|
"keywords": ["big", "doinks"],
|
|
"responses": [
|
|
"<:bigdoinks:1053706618853924905> Gang.",
|
|
"<:bigdoinks:1053706618853924905> Out here in Amish",
|
|
"<:bigdoinks:1053706618853924905> Out here in Amish, smoking Big Doinks in Amish... Gang."
|
|
]
|
|
},
|
|
"ligma": {
|
|
"keywords": ["ligma"],
|
|
"responses": [
|
|
"ligma balls lmao gottem",
|
|
"ligma balls ahaha",
|
|
"https://tenor.com/view/ligma-balls-gif-12236083",
|
|
"<:deadmonkey:1139186312444911707>"
|
|
]
|
|
},
|
|
"ong": {
|
|
"keywords": [
|
|
"frfr",
|
|
"fr fr",
|
|
"bussin",
|
|
"no cap",
|
|
" ong "
|
|
],
|
|
"responses": [
|
|
"on god?!",
|
|
"fr fr?!",
|
|
"no cap?!",
|
|
"no cap fr",
|
|
"bussin fr, no cap",
|
|
"ongggg no :billed_cap: fr fr"
|
|
]
|
|
},
|
|
"fuckYou": {
|
|
"keywords": [
|
|
"fuck",
|
|
"nodbot"
|
|
],
|
|
"responses": [
|
|
"no u",
|
|
"go fuck yourself",
|
|
"why does everyone hate me :sob:",
|
|
"<:kms:1253790048696926298>",
|
|
"Eat a bag of dicks"
|
|
]
|
|
}
|
|
},
|
|
"temp": {}
|
|
} |