Skip to content

Commit

Permalink
Merge pull request #532 from hwangsihu/main
Browse files Browse the repository at this point in the history
Enable slash command lowpass and update packages to latest
  • Loading branch information
LucasB25 authored Apr 4, 2024
2 parents b7fb346 + 33f75d8 commit 0c31b48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@
"homepage": "https://github.com/appujet/lavamusic#readme",
"devDependencies": {
"@types/better-sqlite3": "^7.6.9",
"@types/node": "^20.11.30",
"@types/node": "^20.12.4",
"@types/signale": "^1.4.7",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^52.0.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
},
"dependencies": {
"better-sqlite3": "^9.4.3",
"better-sqlite3": "^9.4.5",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"shoukaku": "^4.0.1",
"signale": "^1.4.0",
"tslib": "^2.6.2",
"undici": "^6.10.2"
"undici": "^6.11.1"
},
"signale": {
"displayScope": true,
Expand Down
2 changes: 1 addition & 1 deletion src/commands/filters/lowPass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class lowPass extends Command {
client: ['SendMessages', 'ViewChannel', 'EmbedLinks'],
user: ['ManageGuild'],
},
slashCommand: false,
slashCommand: true,
});
}
public async run(client: Lavamusic, ctx: Context): Promise<any> {
Expand Down

0 comments on commit 0c31b48

Please sign in to comment.