mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
update to detritus 0.17.0-beta.29
This commit is contained in:
parent
8b784600c2
commit
53f63cd66c
2 changed files with 5 additions and 5 deletions
|
@ -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: {
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue