Skip to content

Commit

Permalink
Update welcome system (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa authored Feb 19, 2024
1 parent 6695299 commit 0ea76b2
Show file tree
Hide file tree
Showing 7 changed files with 522 additions and 326 deletions.
101 changes: 101 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,117 @@
],
"editor.tabSize": 2,
"cSpell.words": [
"AIIMAGELOG",
"AILOG",
"AIMOD",
"AIVOTELOG",
"AUDITLOG",
"benzodiazepine",
"Benzodiazipine",
"Benzos",
"BESTOF",
"Blurple",
"BOTERRORS",
"BOTLOG",
"Botspam",
"BOTSPAM",
"bottest",
"CLEARMIND",
"CLOSEDTRIPSIT",
"COLLABVC",
"COMPSCI",
"DALL",
"DBAPI",
"DELERIANTS",
"DEVANNCOUNCE",
"DEVELOPMENTVOICE",
"DEVOFFTOPIC",
"DISCORDADMIN",
"DISSOCIATIVES",
"DISSONAUT",
"DMMEFORHELP",
"DONATIONTRIGGER",
"DRUGQUESTIONS",
"EROWID",
"GLITCHTIP",
"GOLDLOUNGE",
"GROUPCOLLAB",
"HARMREDUCTIONCENTRE",
"HELPDESK",
"HOMESERVER",
"HRRESOURCES",
"IMDB",
"IMGUR",
"INTANNOUNCE",
"IRCADMIN",
"JAZZRADIO",
"JOINVC",
"KEYCLOAK",
"kofi",
"LEADDEV",
"LOFIRADIO",
"logit",
"LOGTAIL",
"luxon",
"Magick",
"MATRIXADMIN",
"MDMA",
"MINECRAFTADMIN",
"MODHAVEN",
"modlog",
"moodle",
"Moonbear",
"MSGLOG",
"NEEDSHELP",
"NOSONAR",
"openai",
"OPENTRIPSIT",
"PSYCHONAUT",
"REALTALK",
"ROLLBAR",
"RTRIPSIT",
"Sheesh",
"SLEEPYRADIO",
"SOCIALMEDIA",
"spreadshirt",
"spreadshop",
"STIMMING",
"SYNTHWAVERADIO",
"TALKTOTS",
"TEAMMEETING",
"TEAMTRIPSIT",
"Techhelp",
"TEMPVOICE",
"TICKETBOOTH",
"tripbot",
"TRIPBOTDEV",
"TRIPBOTUPDAES",
"TRIPMOBILE",
"TRIPSITME",
"TRIPSITMETA",
"TRIPSITRADIO",
"TRIPSITREDDIT",
"TRIPSITTER",
"TRIPSITTERS",
"TRIPSITTING",
"TRIPTOWN",
"TRIPTOWNNOTICES",
"TRIVIABIGBRAIN",
"tryptamines",
"UNDERBAN",
"VIPLOUNGE",
"VIPWELCOME",
"VOICECHATTY",
"VOTEBANNED",
"VOTEKICKED",
"VOTETIMEOUT",
"VUTEUNDERBAN",
"Warmline",
"warmlines",
"WEBTRIPSIT",
"WOLFDEN"
],
"cSpell.ignoreWords": [
"KIPP"
],
}
18 changes: 9 additions & 9 deletions src/discord/commands/global/d.help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ async function hrPage():Promise<InteractionEditReplyOptions> {
},
{
name: 'Test Kits',
value: 'Display information on how to get drug testing kits, including cooupon codes',
value: 'Display information on how to get drug testing kits, including coupon codes',
inline: true,
},
{ name: '\u200B', value: '**Picture References**', inline: false },
Expand Down Expand Up @@ -195,7 +195,7 @@ async function hrPage():Promise<InteractionEditReplyOptions> {
inline: true,
},
{
name: 'Mushrom Info',
name: 'Mushroom Info',
value: 'Display dosage information about common mushrooms.',
inline: true,
},
Expand All @@ -206,7 +206,7 @@ async function hrPage():Promise<InteractionEditReplyOptions> {
inline: true,
},
{
name: 'Calc Benzos',
name: 'Calc Benzodiazipine',
value: 'Convert one benzodiazepine to another, very roughly.',
inline: true,
},
Expand Down Expand Up @@ -307,17 +307,17 @@ async function funPage():Promise<InteractionEditReplyOptions> {
inline: true,
},
{
name: 'Coinflip',
name: 'Coin Flip',
value: 'Flip a coin.',
inline: true,
},
{
name: 'Lovebomb',
value: 'Send a lovebomb.',
name: 'Love Bomb',
value: 'Send a love bomb.',
inline: true,
},
{
name: 'Remindme',
name: 'Remind Me',
value: 'Set a reminder for a specific time.',
inline: true,
},
Expand Down Expand Up @@ -497,12 +497,12 @@ async function donatePage():Promise<InteractionEditReplyOptions> {
.setStyle(ButtonStyle.Link)
.setURL(tripsit.kofi),
new ButtonBuilder()
.setLabel('Spreadshop')
.setLabel('Spread Shop')
.setEmoji('👕')
.setStyle(ButtonStyle.Link)
.setURL(tripsit.spreadshop),
new ButtonBuilder()
.setLabel('Spreadshirt')
.setLabel('Spread Shirt')
.setEmoji('👕')
.setStyle(ButtonStyle.Link)
.setURL(tripsit.spreadshirt),
Expand Down
Loading

0 comments on commit 0ea76b2

Please sign in to comment.