Compare commits

...
Sign in to create a new pull request.

3 commits

View file

@ -44,6 +44,7 @@ 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}\``)
}; };
}; };