fix
This commit is contained in:
parent
0692276f3a
commit
0e57401a6b
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ client.on('messageCreate', async (msg: Message) => {
|
|||
allow: Permissions.DEFAULT.toString()
|
||||
},
|
||||
{
|
||||
overwriteAllow: OverrideType.REMOVE
|
||||
allow: OverrideType.REMOVE
|
||||
}
|
||||
)
|
||||
msg.channel.send(`Done!`)
|
||||
|
|
Loading…
Reference in a new issue