build fix
This commit is contained in:
parent
1098b97060
commit
db2594a6aa
1 changed files with 2 additions and 2 deletions
|
@ -749,8 +749,8 @@ module.exports = {
|
|||
}
|
||||
)
|
||||
.then(res => res.data)
|
||||
.catch();
|
||||
if (!data) {
|
||||
.catch(e => null);
|
||||
if (!data?.ID) {
|
||||
const embed = new MessageEmbed()
|
||||
.setDescription(
|
||||
`<:nyx_not_available:897378400031879188> We don't have a ${all[tag]} **${allguns[gun]}** gunsmith build by **${all[cc]}**, Please try another tag or a differnt content creator`
|
||||
|
|
Loading…
Reference in a new issue