2021-09-22 17:15:31 +00:00
{
"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"
} ,
2023-05-31 12:07:12 +00:00
"costs" : {
"gpt" : {
"gpt-3.5-turbo" : 0.2
} ,
"dalle" : {
"256x256" : 1.6 ,
"512x512" : 1.8 ,
"1024x1024" : 2.0
}
} ,
2023-10-18 21:33:03 +00:00
"ai" : {
"chatModel" : "gpt-3.5-turbo" ,
"chatPromptCentsPer" : 0.15 ,
"chatPromptUnits" : 1000 ,
"chatResCentsPer" : 0.2 ,
"chatResUnits" : 1000
} ,
2024-06-21 19:02:22 +00:00
"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"
]
2024-06-21 19:11:34 +00:00
} ,
"fuckYou" : {
"keywords" : [
"fuck" ,
"nodbot"
] ,
"responses" : [
"no u" ,
"go fuck yourself" ,
"why does everyone hate me :sob:" ,
2024-06-21 19:14:38 +00:00
"<:kms:1253790048696926298>" ,
2024-06-21 19:11:34 +00:00
"Eat a bag of dicks"
]
2024-06-21 19:02:22 +00:00
}
} ,
2021-09-22 17:15:31 +00:00
"temp" : { }
}