mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Export command leaderboard on shutdown command
This commit is contained in:
@@ -70,7 +70,7 @@ module.exports = class LoremIpsumCommand extends Command {
|
||||
resultLength += 2;
|
||||
} else {
|
||||
result.push(' ');
|
||||
resultLength += 1;
|
||||
resultLength++;
|
||||
}
|
||||
}
|
||||
return msg.say(result.join(''));
|
||||
|
||||
Reference in New Issue
Block a user