Corrected typo
This commit is contained in:
parent
6cac87a30d
commit
021051e6a3
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ class shameboardCommand extends Command {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
return message.channel.send(`This channel have been set as the shameboard with ${args.emote} with the minium of ${args.count}`);
|
return message.channel.send(`This channel have been set as the shameboard with ${args.emote} with the minimum of ${args.count}`);
|
||||||
} else {
|
} else {
|
||||||
fs.unlink(`./board/shame${message.guild.id}.json`, function (err) {
|
fs.unlink(`./board/shame${message.guild.id}.json`, function (err) {
|
||||||
if (err) return message.channel.send('There is no shameboard');
|
if (err) return message.channel.send('There is no shameboard');
|
||||||
|
|
|
@ -51,7 +51,7 @@ class StarBoardCommand extends Command {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
return message.channel.send(`This channel have been set as the starboard with ${args.emote} with the minium of ${args.count}`);
|
return message.channel.send(`This channel have been set as the starboard with ${args.emote} with the minimum of ${args.count}`);
|
||||||
} else {
|
} else {
|
||||||
fs.unlink(`./board/star${message.guild.id}.json`, function (err) {
|
fs.unlink(`./board/star${message.guild.id}.json`, function (err) {
|
||||||
if (err) return message.channel.send('There is no shameboard');
|
if (err) return message.channel.send('There is no shameboard');
|
||||||
|
|
Loading…
Reference in a new issue