mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -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: [
|
||||
GatewayIntents.GUILDS,
|
||||
GatewayIntents.GUILD_MESSAGES,
|
||||
GatewayIntents.GUILD_EMOJIS
|
||||
GatewayIntents.GUILD_EMOJIS,
|
||||
GatewayIntents.MESSAGE_CONTENT
|
||||
],
|
||||
presence: {
|
||||
activity: {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue