Compare commits
No commits in common. "4241d54efd8e63134b60daa9147905c6795ceb6f" and "7cd499e10ce0407a8a2ca295eece5bb4aaef1900" have entirely different histories.
4241d54efd
...
7cd499e10c
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ exports.run = async (client, message, args, error) => {
|
||||||
message.channel.send(embed)
|
message.channel.send(embed)
|
||||||
});
|
});
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
message.channel.stopTyping(); // Previously wasnt here causing an issue where woomy would endlessly type.
|
|
||||||
return message.channel.send(`<:error:466995152976871434> API error: \`${err}\``)
|
return message.channel.send(`<:error:466995152976871434> API error: \`${err}\``)
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue