Skip to content

Commit

Permalink
fix(members): Fix editing message
Browse files Browse the repository at this point in the history
Fixes BOT-1VD
  • Loading branch information
Marco Crespi committed Nov 25, 2019
1 parent d272fa0 commit 762297e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/commands/info/members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ export default class extends Command {
inline: true
});

await msg.edit({ content: '', embed });
await msg.edit({ content: '', embed }).catch(() => undefined);
}
}

0 comments on commit 762297e

Please sign in to comment.