Skip to content

Commit

Permalink
deps: update jellycommands
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Nov 8, 2024
1 parent b67cde3 commit c29bf9b
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 129 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"flexsearch": "^0.7.43",
"jellycommands": "1.0.0-next.43",
"jellycommands": "1.0.0-next.44",
"tsm": "^2.3.0",
"unfurl.js": "^6.4.0",
"url-regex": "^5.0.0"
Expand Down
161 changes: 36 additions & 125 deletions pnpm-lock.yaml

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

4 changes: 1 addition & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import { JellyCommands } from 'jellycommands';
import { IntentsBitField } from 'discord.js';

const client = new JellyCommands({
commands: 'src/commands',
buttons: 'src/buttons',
events: 'src/events',
components: ['src/commands', 'src/buttons', 'src/events'],

clientOptions: {
intents: [
Expand Down

0 comments on commit c29bf9b

Please sign in to comment.