update to detritus 0.17.0-beta.29

This commit is contained in:
bignutty 2024-07-17 14:19:25 +02:00
parent 8b784600c2
commit 53f63cd66c
2 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,8 @@ const cluster = new ClusterClient("", {
intents: [ intents: [
GatewayIntents.GUILDS, GatewayIntents.GUILDS,
GatewayIntents.GUILD_MESSAGES, GatewayIntents.GUILD_MESSAGES,
GatewayIntents.GUILD_EMOJIS GatewayIntents.GUILD_EMOJIS,
GatewayIntents.MESSAGE_CONTENT
], ],
presence: { presence: {
activity: { activity: {

View file

@ -11,12 +11,11 @@
"author": "bignutty", "author": "bignutty",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"detritus-client": "^0.17.0-beta.16", "detritus-client": "^0.17.0-beta.29",
"dotenv": "^16.0.1", "dotenv": "^16.4.5",
"emoji-aware": "^3.1.0", "emoji-aware": "^3.1.0",
"eventemitter3": "^4.0.7", "eventemitter3": "^4.0.7",
"express": "^4.18.1", "superagent": "^7.1.6"
"superagent": "^7.1.1"
}, },
"imports": { "imports": {
"#api": "./labscore/api/index.js", "#api": "./labscore/api/index.js",