forked from Supositware/Haha-Yes
fixed ban
This commit is contained in:
parent
60a9ca3d61
commit
d2ef558a06
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module.exports = class BanCommand extends Command {
|
|||
|
||||
async run(message) {
|
||||
const member = message.mentions.members.first();
|
||||
member.ban(reason.join(" ")).then(member => {
|
||||
member.ban().then(member => {
|
||||
message.reply(`${member.user.username} was succesfully banned.`);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue