mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
fix lint
This commit is contained in:
@@ -45,7 +45,7 @@ module.exports = class SetUsesCommand extends Command {
|
||||
});
|
||||
}
|
||||
|
||||
async run(msg, { mode, command, num }) {
|
||||
run(msg, { mode, command, num }) {
|
||||
switch (mode) {
|
||||
case 'add': command.uses += num; break;
|
||||
case 'subtract': command.uses -= num; break;
|
||||
|
||||
Reference in New Issue
Block a user