mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix spelling
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = class NameRaterCommand extends Command {
|
||||
|
||||
run(msg, { name }) {
|
||||
if (name.toLowerCase() === 'xiao') {
|
||||
return msg.reply(`<:nameRater:${NAME_RATER_EMOJI_ID}> Yes, ${name}! What a perfect name! I'm speachless!`);
|
||||
return msg.reply(`<:nameRater:${NAME_RATER_EMOJI_ID}> Yes, ${name}! What a perfect name! I'm speechless!`);
|
||||
}
|
||||
const random = MersenneTwister19937.seed(name.toLowerCase());
|
||||
const quality = integer(0, texts.length - 1)(random);
|
||||
|
||||
Reference in New Issue
Block a user