forked from Galactic/modmail
logic wrong way
This commit is contained in:
parent
f8d20ac2ee
commit
d23d3a8d60
@ -133,7 +133,7 @@ class ChannelHandler {
|
||||
// this.client.logger.error(`Failed on second create:\n${err.stack || err}`);
|
||||
return { err };
|
||||
});
|
||||
if (!channel.err) return reject(channel.err);
|
||||
if (channel.err) return reject(channel.err);
|
||||
|
||||
// Start with user info embed
|
||||
const embed = {
|
||||
|
Loading…
Reference in New Issue
Block a user