mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 10:29:10 -04:00
Unify error message
This commit is contained in:
@@ -97,7 +97,7 @@ export default {
|
||||
|
||||
const user = await resolveUser(client, idToUse);
|
||||
|
||||
if (!user) return interaction.editReply('User not found');
|
||||
if (!user) return interaction.editReply('User not found.');
|
||||
|
||||
if (subcommand == 'add') {
|
||||
const reason = interaction.options.getString('reason', true);
|
||||
|
||||
Reference in New Issue
Block a user