mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 22:32:52 +02:00
Fix lint
This commit is contained in:
@@ -25,6 +25,6 @@ module.exports = class CommandLeaderboardExportCommand extends Command {
|
||||
async run(msg) {
|
||||
const result = this.client.exportCommandLeaderboard();
|
||||
await msg.direct({ files: [{ attachment: result, name: 'command-leaderboard.json' }] });
|
||||
return msg.say('📬 Sent \`command-leaderboard.json\` to your DMs!');
|
||||
return msg.say('📬 Sent `command-leaderboard.json` to your DMs!');
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user