mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-26 03:36:13 +10:00
Initial commit
This commit is contained in:
9
commands/botname.js
Normal file
9
commands/botname.js
Normal file
@@ -0,0 +1,9 @@
|
||||
exports.name = "Change <@476369946386104330>'s Name"
|
||||
exports.alias = ['botname']
|
||||
exports.helptext = "Changes the bots name on the server"
|
||||
exports.permissions = ["MANAGE_NICKNAMES"]
|
||||
exports.args = ["new-name"]
|
||||
exports.category = 'admin'
|
||||
exports.command = (client, msg) => {
|
||||
msg.guild.me.setNickname(msg.suffix);
|
||||
}
|
||||
Reference in New Issue
Block a user