mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
Update Discord.JS to 14.8
This commit is contained in:
parent
81e810fbce
commit
3240e66f69
@ -20,22 +20,22 @@
|
||||
"!ia32"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=17.0.0"
|
||||
"node": ">=18.12.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "1.3.2",
|
||||
"canvas": "2.11.0",
|
||||
"discord.js": "14.7.1",
|
||||
"discord.js": "14.8.0",
|
||||
"moment": "2.29.4",
|
||||
"ms": "2.1.3",
|
||||
"mongoose": "7.0.0",
|
||||
"mongoose": "7.0.1",
|
||||
"systeminformation": "5.17.12",
|
||||
"@octokit/rest": "19.0.7",
|
||||
"typescript": "4.9.5",
|
||||
"xml-js": "1.6.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "18.14.6",
|
||||
"@types/node": "18.15.0",
|
||||
"ts-node": "10.9.1"
|
||||
}
|
||||
}
|
||||
|
@ -53,7 +53,7 @@ export default class TClient extends Client {
|
||||
super({
|
||||
intents: [
|
||||
GatewayIntentBits.Guilds, GatewayIntentBits.GuildMembers,
|
||||
GatewayIntentBits.GuildBans, GatewayIntentBits.GuildInvites,
|
||||
GatewayIntentBits.GuildModeration, GatewayIntentBits.GuildInvites,
|
||||
GatewayIntentBits.GuildPresences, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMessages
|
||||
],
|
||||
partials: [
|
||||
|
Loading…
Reference in New Issue
Block a user