Merge branch 'main' of https://github.com/night0721/cath.exe
This commit is contained in:
commit
09159c4627
1 changed files with 2 additions and 2 deletions
|
@ -767,8 +767,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