Skip to content

Commit 2fa024a

Browse files
authored
Update 1.1.0b
1 parent a94b3ec commit 2fa024a

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ const { Client, Collection, GatewayIntentBits } = require('discord.js');
22

33
const client = new Client({
44
shards: 'auto',
5-
allowedMentions: {
6-
parse: ["roles", "users", "everyone"],
7-
repliedUser: false
8-
},
5+
allowedMentions: { parse: ["users", "roles"] },
96
intents: [
107
GatewayIntentBits.Guilds,
118
GatewayIntentBits.GuildMessages,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"common-tags": "^1.8.0",
1010
"delay": "^4.4.0",
1111
"discord-api-types": "^0.29.0",
12-
"discord.js": "^14.1.2",
12+
"discord.js": "^14.7.1",
1313
"dotenv": "^16.0.0",
1414
"humanize-duration": "^3.27.1",
1515
"mongoose": "^6.5.2",

0 commit comments

Comments
 (0)