nyx

The first CODM discrod bot -- cath.exe Template
git clone https://codeberg.org/night0721/nyx
Log | Files | Refs | LICENSE

commit 4b9da66b12d242a15f56463f7c539d79d590f9fd
parent 630dbfecde883ee3472c626d29d1935021180fc9
Author: night0721 <[email protected]>
Date:   Thu,  3 Feb 2022 04:47:05 +0800

bux fix ig

Diffstat:
Mcommand/CODM/build.js | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/command/CODM/build.js b/command/CODM/build.js @@ -676,10 +676,10 @@ module.exports = { jokesta: "Jokesta", // littleb:"Little B", - aggressive: "Aggressive", - passive: "Passive", + aggressive: "aggressive", + passive: "passive", "Search And Destroy": "Search And Destroy", - respawn: "Respawn", + respawn: "respawn", ads: "ADS", hipfire: "Hipfire", }; @@ -687,7 +687,7 @@ module.exports = { if (!data?.cwts) { const embed = new MessageEmbed() .setDescription( - `<:nyx_not_available:897378400031879188> We don't have a ${all[tag]} gunsmith build for the gun with **CWTS ${cwts}** by **${all[cc]}**, Please try another tag or a differnt content creator` + `<:nyx_not_available:897378400031879188> We don't have a **${all[tag]}** gunsmith build for the gun with **CWTS ${cwts}** by **${all[cc]}**, Please try another tag or a differnt content creator` ) .setColor(client.color); interaction.followUp({ embeds: [embed] });