fix: typo in the notify command
parent
94417ece94
commit
a3d15b231c
|
@ -43,7 +43,7 @@ export default class Notify extends Command {
|
|||
});
|
||||
message.delete();
|
||||
await this.client.util.sendMessageToUserTerminal(account.username, `NOTIFICATION FROM TECHNICIAN: ${args.slice(1).join(' ')}`).catch(() => { });
|
||||
return edit.edit(`***${this.client.stores.emojis.success} Send notification to ${account.username}.***`);
|
||||
return edit.edit(`***${this.client.stores.emojis.success} Sent notification to ${account.username}.***`);
|
||||
} catch (error) {
|
||||
return this.client.util.handleError(error, message, this);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue