mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
22.0.0
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
"memberLog",
|
||||
"joinMsg",
|
||||
"leaveMsg",
|
||||
"staffRole",
|
||||
"singleRole",
|
||||
"joinRole",
|
||||
"starboard"
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"operations": [
|
||||
"+",
|
||||
"-",
|
||||
"*"
|
||||
],
|
||||
"difficulties": [
|
||||
"easy",
|
||||
"medium",
|
||||
"hard",
|
||||
"extreme",
|
||||
"impossible"
|
||||
],
|
||||
"maxValues": {
|
||||
"easy": 10,
|
||||
"medium": 50,
|
||||
"hard": 100,
|
||||
"extreme": 1000,
|
||||
"impossible": 10000
|
||||
}
|
||||
}
|
||||
@@ -3,20 +3,14 @@
|
||||
"airhorn",
|
||||
"cat",
|
||||
"dun dun dun",
|
||||
"mario death",
|
||||
"pikachu",
|
||||
"pokemon center",
|
||||
"space",
|
||||
"zelda chest"
|
||||
"space"
|
||||
],
|
||||
"paths": {
|
||||
"airhorn": "airhorn.mp3",
|
||||
"cat": "cat.mp3",
|
||||
"dun dun dun": "dun-dun-dun.mp3",
|
||||
"mario death": "mario-death.mp3",
|
||||
"pikachu": "pikachu.mp3",
|
||||
"pokemon center": "pokemon-center.mp3",
|
||||
"space": "space.mp3",
|
||||
"zelda chest": "zelda-chest.mp3"
|
||||
"space": "space.mp3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,32 +1,48 @@
|
||||
[
|
||||
"The quick brown fox jumps over the lazy dog.",
|
||||
"Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo.",
|
||||
"How razorback-jumping frogs can level six piqued gymnasts!",
|
||||
"Amazingly few discotheques provide jukeboxes.",
|
||||
"I am so blue I'm greener than purple.",
|
||||
"I stepped on a Corn Flake, now I'm a Cereal Killer.",
|
||||
"On a scale from one to ten what is your favourite colour of the alphabet?",
|
||||
"The sparkly lamp ate a pillow then punched Larry.",
|
||||
"My world is where everybody is a pony and we all eat rainbows and poop butterflies.",
|
||||
"If your canoe is stuck in a tree with the headlights on, how many pancakes does it take to get to the moon?",
|
||||
"There's a purple mushroom in my backyard, screaming Taco's!",
|
||||
"When life gives you lemons, chuck them at people you hate.",
|
||||
"I think I will buy the red car, or I will lease the blue one.",
|
||||
"Italy is my favorite country; in fact, I plan to spend two weeks there next year.",
|
||||
"She borrowed the book from him many years ago and hasn't yet returned it.",
|
||||
"Lets all be unique together until we realise we are all the same.",
|
||||
"If Purple People Eaters are real… where do they find purple people to eat?",
|
||||
"The waves were crashing on the shore; it was a lovely sight.",
|
||||
"This is the last random sentence I will be writing and I am going to stop mid-sent.",
|
||||
"The memory we used to share is no longer coherent.",
|
||||
"She did not cheat on the test, for it was not the right thing to do.",
|
||||
"She only paints with bold colors; she does not like pastels.",
|
||||
"Malls are great places to shop; I can find everything I need under one roof.",
|
||||
"The body may perhaps compensates for the loss of a true metaphysics.",
|
||||
"They got there early, and they got really good seats.",
|
||||
"Everyone was busy, so I went to the movie alone.",
|
||||
"Yeah, I think it's a good environment for learning English.",
|
||||
"I would have gotten the promotion, but my attendance wasn’t good enough.",
|
||||
"There were white out conditions in the town; subsequently, the roads were impassable.",
|
||||
"If you like tuna and tomato sauce- try combining the two. It’s really not as bad as it sounds."
|
||||
]
|
||||
{
|
||||
"sentences": [
|
||||
"The quick brown fox jumps over the lazy dog.",
|
||||
"Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo.",
|
||||
"How razorback-jumping frogs can level six piqued gymnasts!",
|
||||
"Amazingly few discotheques provide jukeboxes.",
|
||||
"I am so blue I'm greener than purple.",
|
||||
"I stepped on a Corn Flake, now I'm a Cereal Killer.",
|
||||
"On a scale from one to ten what is your favourite colour of the alphabet?",
|
||||
"The sparkly lamp ate a pillow then punched Larry.",
|
||||
"My world is where everybody is a pony and we all eat rainbows and poop butterflies.",
|
||||
"If your canoe is stuck in a tree with the headlights on, how many pancakes does it take to get to the moon?",
|
||||
"There's a purple mushroom in my backyard, screaming Taco's!",
|
||||
"When life gives you lemons, chuck them at people you hate.",
|
||||
"I think I will buy the red car, or I will lease the blue one.",
|
||||
"Italy is my favorite country; in fact, I plan to spend two weeks there next year.",
|
||||
"She borrowed the book from him many years ago and hasn't yet returned it.",
|
||||
"Lets all be unique together until we realise we are all the same.",
|
||||
"If Purple People Eaters are real… where do they find purple people to eat?",
|
||||
"The waves were crashing on the shore; it was a lovely sight.",
|
||||
"This is the last random sentence I will be writing and I am going to stop mid-sent.",
|
||||
"The memory we used to share is no longer coherent.",
|
||||
"She did not cheat on the test, for it was not the right thing to do.",
|
||||
"She only paints with bold colors; she does not like pastels.",
|
||||
"Malls are great places to shop; I can find everything I need under one roof.",
|
||||
"The body may perhaps compensates for the loss of a true metaphysics.",
|
||||
"They got there early, and they got really good seats.",
|
||||
"Everyone was busy, so I went to the movie alone.",
|
||||
"Yeah, I think it's a good environment for learning English.",
|
||||
"I would have gotten the promotion, but my attendance wasn’t good enough.",
|
||||
"There were white out conditions in the town; subsequently, the roads were impassable.",
|
||||
"If you like tuna and tomato sauce- try combining the two. It’s really not as bad as it sounds."
|
||||
],
|
||||
"difficulties": [
|
||||
"easy",
|
||||
"medium",
|
||||
"hard",
|
||||
"extreme",
|
||||
"impossible"
|
||||
]
|
||||
"times": {
|
||||
"easy": 25000,
|
||||
"medium": 20000,
|
||||
"hard": 15000,
|
||||
"extreme": 10000,
|
||||
"impossible": 5000
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"statuses": {
|
||||
"online": "<:online:313956277808005120> Online",
|
||||
"idle": "<:away:313956277220802560> Idle",
|
||||
"dnd": "<:dnd:313956276893646850> Do Not Disturb",
|
||||
"offline": "<:offline:313956277237710868> Offline"
|
||||
},
|
||||
"colors": {
|
||||
"online": 0x00AE86,
|
||||
"idle": 0xFFFF00,
|
||||
"dnd": 0xFF0000,
|
||||
"offline": 0x808080
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user