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