mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 06:42:51 +02:00
Fix lint
This commit is contained in:
@@ -52,6 +52,6 @@ module.exports = class IncorrectQuoteCommand extends Command {
|
|||||||
if (characters.length >= 6) {
|
if (characters.length >= 6) {
|
||||||
quote = quote.replace(/\{F\}/g, characters[5]).replace(/\{L\}/g, characters[5].toUpperCase());
|
quote = quote.replace(/\{F\}/g, characters[5]).replace(/\{L\}/g, characters[5].toUpperCase());
|
||||||
}
|
}
|
||||||
return quote;
|
return quote;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user