Added nickname updating to commands
This commit is contained in:
@@ -45,6 +45,9 @@ export = {
|
||||
roleManage("all").rolesToRemove,
|
||||
"User force unverified by " + interaction.user.username
|
||||
)
|
||||
await member.setNickname(null, "User force unverified by " + interaction.user.username).catch(() => {
|
||||
// Do nothing
|
||||
})
|
||||
|
||||
await logToChannel("mod", {
|
||||
embeds: [{
|
||||
|
||||
Reference in New Issue
Block a user