Skip to content

Commit f0cc543

Browse files
committed
Update skeppy.js
added meanings for each quote (it was stressful to add a meaning for each of them omg
1 parent 8d20125 commit f0cc543

File tree

1 file changed

+106
-60
lines changed

1 file changed

+106
-60
lines changed

commands/skeppy.js

+106-60
Original file line numberDiff line numberDiff line change
@@ -4,76 +4,122 @@ const { SlashCommandBuilder } = require("discord.js");
44
module.exports = {
55
data: new SlashCommandBuilder()
66
.setName("skeppy")
7-
.setDescription("Tells you a random Skeppy quotes according to Wikitubia!"),
7+
.setDescription("Tells you a random Skeppy (or related) quote along with its meaning!"),
88
async execute(interaction) {
99
const botOwner = `${process.env.BOTOWNER}`;
10+
1011
var quotes = [
11-
"like or die tmr",
12-
"YOOO how's it going guys! welkom back to another video!",
13-
"i love you guys, i fucking love you guys",
14-
"ALRIGHT! so in today's video...",
15-
"NOOOO!",
16-
"m",
17-
"QUIT GAME",
18-
"hanyah hanyah HANYAAHHHH!!!!",
19-
"BadBoyHalo is a potato",
20-
"today i'm joined here by BaldBoyNoob",
21-
"BaldBoyHalo",
22-
"french man",
23-
"the bisectors of the perpendicularity of the vectors",
24-
"uh oh spaghettio",
25-
"...it's 'cause everyone knows I'm a dog",
26-
"shut up halo",
27-
"oh shoot there's a mod on",
28-
"*eagle loud screaming especially when he eats the spicy sauce*",
29-
"i was testing",
30-
"I JUST WANTED SANDDDD!!!",
31-
"i'm a little police man/boi",
32-
"if it's not worth it don't do it",
33-
"if it's worth it do it",
34-
"14",
35-
"WHY DID YOU DO IT!?!?",
36-
"do not do this or u will see",
37-
"quack",
38-
"quork",
39-
"FACE ID BITCH",
40-
"flip flop",
41-
"skippy",
42-
"ping spoofing",
43-
"turtle",
44-
"daddy",
45-
"magnifying glass tilted left/right",
46-
"jif",
47-
"cheesy fries",
48-
"ding",
49-
"oh my goodness",
50-
"idot",
51-
"SOTP",
52-
"pine cone",
53-
"thin-crust pizza",
54-
"slash slash undo",
55-
"candad",
56-
"japanese symbol for beginner",
57-
"cursed",
58-
"wee woo",
59-
"kids trapped in the basement",
60-
"mobile heal pool",
61-
"simp pool",
62-
"bisector",
63-
"diameter",
64-
"photosynthesis",
65-
"perpendicularity",
66-
"mr. squeegy",
67-
"trapping 100 kids",
68-
"hot dog strategy",
12+
{ quote: "like or die tmr", meaning: "Typical Skeppy's outro text" },
13+
{ quote: "YOOO how's it going guys! welkom back to another video!", meaning: "Typical Skeppy's intro sentence" },
14+
{ quote: "i love you guys, i fucking love you guys", meaning: "Some quote from a stream" },
15+
{ quote: "ALRIGHT! so in today's video...", meaning: "Typical Skeppy's intro sentence" },
16+
{ quote: "NOOOO!", meaning: "When Skeppy messes up something" },
17+
{ quote: "m", meaning: 'That one time when Skeppy accidentally typed "m" in his server\'s global chat' },
18+
{ quote: "QUIT GAME", meaning: "He's done with a video and tries to end it at a random point" },
19+
{ quote: "hanyah hanyah HANYAAHHHH!!!!", meaning: "Skeppy tries hard" },
20+
{ quote: "BadBoyHalo is a potato", meaning: "A rhyme to piss BadBoyHalo off" },
21+
{ quote: "today i'm joined here by BaldBoyNoob", meaning: "A name to piss BadBoyHalo off" },
22+
{
23+
quote: "BaldBoyHalo",
24+
meaning:
25+
"BadBoyHalo wasn't actually bald but Skeppy calls him bald due to a photo of BadBoyHalo he found online",
26+
},
27+
{ quote: "french man", meaning: "A funny way to call a6d" },
28+
{ quote: "the bisectors of the perpendicularity of the vectors", meaning: "Nonsense words to mess with people" },
29+
{ quote: "uh oh spaghettio", meaning: "Probably something BadBoyHalo said" },
30+
{ quote: "...it's 'cause everyone knows I'm a dog", meaning: "i don't actually know what this quote is" },
31+
{ quote: "shut up halo", meaning: "Telling BadBoyHalo to shut up" },
32+
{
33+
quote: "oh shoot there's a mod on",
34+
meaning: "Skeppy finds out there's other staff member on a Minecraft server",
35+
},
36+
{
37+
quote: "*eagle loud screaming especially when he eats the spicy sauce*",
38+
meaning: "[Beautiful voice during a SkyWars hot sauce challenge](https://youtu.be/dZV5YxTYX1Q&t=75)",
39+
},
40+
{
41+
quote: "i was testing",
42+
meaning:
43+
"Something Skeppy said when he griefed BadBoyHalo's server when he found out there was a glitch where the staff can unban themselves",
44+
},
45+
{ quote: "I JUST WANTED SANDDDD!!!", meaning: "Some quote from a stream" },
46+
{ quote: "i'm a little police man/boi", meaning: "Some quote from a stream" },
47+
{ quote: "if it's not worth it don't do it", meaning: "Trashtalking" },
48+
{ quote: "if it's worth it do it", meaning: "Trashtalking" },
49+
{ quote: "14", meaning: "A random number that Skeppy made a6d say repeatedly to piss BadBoyHalo off" },
50+
{ quote: "WHY DID YOU DO IT!?!?", meaning: "BadBoyHalo gets mad" },
51+
{ quote: "do not do this or u will see", meaning: "Something to intimidate people" },
52+
{ quote: "quack", meaning: "Duck" },
53+
{ quote: "quork", meaning: "Duck" },
54+
{ quote: "FACE ID BITCH", meaning: "Some quote from a steam" },
55+
{ quote: "flip flop", meaning: "Really old meme that no one remembers" },
56+
{
57+
quote: "skippy",
58+
meaning:
59+
'Peanut butter brand that sounds like Skeppy\'s username, but Skeppy actually got his username from the word "skeptical"',
60+
},
61+
{ quote: "ping spoofing", meaning: "A type of hack that Skeppy keeps mentioning to piss BadBoyHalo off" },
62+
{ quote: "turtle", meaning: "Random bits of words" },
63+
{ quote: "daddy", meaning: "Random bits of words" },
64+
{
65+
quote: "magnifying glass tilted left/right",
66+
meaning:
67+
"Two random emojis that triggers BadBoyHalo's stream donation TTS which is a pretty long sentence, and people used to send their donation messages with over tens of emojis, making the stream sound filled with name of these two emojis",
68+
},
69+
{ quote: "jif", meaning: "A user on InvadedLands that pisses Skeppy off" },
70+
{ quote: "cheesy fries", meaning: "Something BadBoyHalo eats" },
71+
{ quote: "ding", meaning: 'BadBoyHalo\'s "ding ding ding ding ding, ding ding ding ding ding ding ding"' },
72+
{ quote: "oh my goodness", meaning: "Something BadBoyHalo says all the time" },
73+
{ quote: "idot", meaning: '"Idiot" misspelled' },
74+
{ quote: "SOTP", meaning: '"Stop" misspelled' },
75+
{
76+
quote: "pine cone",
77+
meaning: "A random thing that Skeppy looked up on Google that BadBoyHalo is confused about",
78+
},
79+
{ quote: "thin-crust pizza", meaning: "A kind of pizza that Skeppy sent 72 of them to BadBoyHalo for a video" },
80+
{
81+
quote: "slash slash undo",
82+
meaning:
83+
'WorldEdit command "//undo" which will undo what you performed recently with WorldEdit, and Skeppy instead types out the text to piss BadBoyHalo off',
84+
},
85+
{ quote: "candad", meaning: '"Canada" misspelled' },
86+
{
87+
quote: "japanese symbol for beginner",
88+
meaning:
89+
"A random emoji that triggers BadBoyHalo's stream donation TTS which is a pretty long sentence, and people used to send their donation messages with over tens of emojis, making the stream sound filled with name of the emoji",
90+
},
91+
{ quote: "cursed", meaning: "Cursed Minecraft events" },
92+
{ quote: "wee woo", meaning: "Random bits of words" },
93+
{ quote: "kids trapped in the basement", meaning: "Skeppy's events" },
94+
{ quote: "mobile heal pool", meaning: "Alternative name of Golden Apples created by BadBoyHalo" },
95+
{ quote: "simp pool", meaning: "Heal pool but for simps" },
96+
{ quote: "bisector", meaning: "Nonsense word to mess with people" },
97+
{ quote: "diameter", meaning: "Nonsense word to mess with people" },
98+
{ quote: "photosynthesis", meaning: "Nonsense word to mess with people" },
99+
{ quote: "perpendicularity", meaning: "Nonsense word to mess with people" },
100+
{ quote: "mr. squeegy", meaning: "The name of BadBoyHalo's Minecraft pet fish" },
101+
{ quote: "trapping 100 kids", meaning: "Skeppy's events" },
102+
{ quote: "hot dog strategy", meaning: "A BedWars defense strategy that BadBoyHalo frequently uses" },
69103
];
104+
70105
var randomQuote = quotes[Math.floor(Math.random() * quotes.length)];
106+
71107
interaction.reply({
72108
embeds: [
73109
{
74110
color: 0x0ccab6,
75111
title: "**Skeppy Quotes**",
76-
description: randomQuote,
112+
description: "Another day, another Skeppy's (and related) classic quote.",
113+
fields: [
114+
{
115+
name: "Quote",
116+
value: randomQuote.quote,
117+
},
118+
{
119+
name: "Meaning",
120+
value: randomQuote.meaning,
121+
},
122+
],
77123
timestamp: new Date().toISOString(),
78124
footer: {
79125
text: `Made with ❤️ created by ${botOwner}`,

0 commit comments

Comments
 (0)