diff --git a/src/commands/unlock.ts b/src/commands/unlock.ts index 245ac84..965cb33 100644 --- a/src/commands/unlock.ts +++ b/src/commands/unlock.ts @@ -44,7 +44,7 @@ export default class Unlock extends Command { this.client.getDMChannel(account.userID).then((user) => { // @ts-ignore user.createMessage({ embed }); - }); + }).catch(); // @ts-ignore this.client.createMessage('580950455581147146', { embed }); } catch (error) {