fix auto complete

This commit is contained in:
Isaac 2022-10-04 20:54:48 +01:00
parent 96ec85f14a
commit 74c0fd0fd1
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33
2 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,10 @@ module.exports = class extends Listener {
}
run({
autocompleter,
completer,
interaction,
}) {
this.client.log.verbose.autocomplete(`${interaction.user.tag} used the "${autocompleter.id}" autocompleter`);
this.client.log.verbose.autocomplete(`${interaction.user.tag} used the "${completer.id}" autocompleter`);
return true;
}
};

View File

@ -205,10 +205,10 @@ module.exports = class extends Listener {
});
// TODO: staff status alert, working hours alerts
} else {
// TODO: auto tag
}
// TODO: auto tag
}
}
};