mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Fix lint
This commit is contained in:
@@ -27,8 +27,8 @@ module.exports = class DarkThemeLightThemeCommand extends Command {
|
|||||||
}
|
}
|
||||||
|
|
||||||
run(msg, { type }) {
|
run(msg, { type }) {
|
||||||
return msg.say({ files: [
|
return msg.say({
|
||||||
path.join(__dirname, '..', '..', 'assets', 'images', 'dark-theme-light-theme', `${type}.png`)
|
files: [path.join(__dirname, '..', '..', 'assets', 'images', 'dark-theme-light-theme', `${type}.png`)]
|
||||||
] });
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user