fix: disallowed mention
This commit is contained in:
parent
e639048a3f
commit
f13b6b3e42
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "muffinbot",
|
||||
"version": "2.0.0-oreo.r240618a",
|
||||
"version": "2.0.0-oreo.r240617a",
|
||||
"main": "dist/index.js",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -29,6 +29,11 @@ export default class MuffinBot extends Client {
|
|||
GatewayIntentBits.GuildMessages,
|
||||
GatewayIntentBits.MessageContent,
|
||||
],
|
||||
allowedMentions: {
|
||||
users: [],
|
||||
roles: [],
|
||||
repliedUser: true,
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue