This commit is contained in:
DjDeveloperr 2021-03-29 10:24:18 +05:30
parent 0692276f3a
commit 0e57401a6b
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ client.on('messageCreate', async (msg: Message) => {
allow: Permissions.DEFAULT.toString()
},
{
overwriteAllow: OverrideType.REMOVE
allow: OverrideType.REMOVE
}
)
msg.channel.send(`Done!`)