Skip to content

fix(deps): update dependency @discordjs/builders to v1 #135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions commands/project-descriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ module.exports = {
.setName("project")
.setDescription("Which project do you want to be introduced to?")
.setRequired(true)
.addChoices([
["Chaos", "chaos"],
["Circles", "circles"],
["Uni-lectives", "unilectives"],
["Discord Bot", "discordbot"],
["Freerooms", "freerooms"],
["Jobsboard", "jobsboard"],
["Notangles", "notangles"],
["Structs.sh", "structs.sh"],
["Trainee Program", "training-program"],
["UI/UX", "ui/ux"],
["CMS", "cms"],
["Website", "website"],
["???", "projects-fair-easter-egg-ctf"],
]),
.addChoices(
{ name: "Chaos", value: "chaos" },
{ name: "Circles", value: "circles" },
{ name: "Uni-lectives", value: "unilectives" },
{ name: "Discord Bot", value: "discordbot" },
{ name: "Freerooms", value: "freerooms" },
{ name: "Jobsboard", value: "jobsboard" },
{ name: "Notangles", value: "notangles" },
{ name: "Structs.sh", value: "structs.sh" },
{ name: "Trainee Program", value: "training-program" },
{ name: "UI/UX", value: "ui/ux" },
{ name: "CMS", value: "cms" },
{ name: "Website", value: "website" },
{ name: "???", value: "projects-fair-easter-egg-ctf" },
),
),

async execute(interaction) {
Expand Down
168 changes: 126 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/csesoc/discord-bot#readme",
"dependencies": {
"@discordjs/builders": "0.6.0",
"@discordjs/builders": "1.8.1",
"@discordjs/rest": "0.1.0-canary.0",
"auro-ms-conversion": "1.3.0",
"axios": "0.28.1",
Expand Down
Loading