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: [
GatewayIntents.GUILDS,
GatewayIntents.GUILD_MESSAGES,
GatewayIntents.GUILD_EMOJIS
GatewayIntents.GUILD_EMOJIS,
GatewayIntents.MESSAGE_CONTENT
],
presence: {
activity: {

View file

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