nyx

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

commit 45c6aa7e2de692d785146c0154161e253a3f55d1
parent e966c03b83e72057e1a5ff260b80e5ff096e3841
Author: ThunderE75 <[email protected]>
Date:   Sat, 22 Jan 2022 19:02:58 +0530

Fixed Typos
Diffstat:
Mcommand/CODM/build.js | 2+-
Mutil/functions/function.js | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/command/CODM/build.js b/command/CODM/build.js @@ -116,7 +116,7 @@ module.exports = { }, { name: "Jokesta", - value: "jokesta",D + value: "jokesta", }, // { // name: "Stats On Duty", diff --git a/util/functions/function.js b/util/functions/function.js @@ -408,7 +408,7 @@ function tips(interaction, client) { const all = [ "You can report bugs by using `/report` and send a suggestion by `/suggest` !", "If a gun isn't there, please be paitent and wait for the us to get the stats", - "We all recruiting for javascript bot developers (Total: 4) Please DM the bot for more info", + "We all recruiting for Javascript bot developers (Total: 4) Please DM the bot for more info", ]; const ran = Math.floor(Math.random() * 50) + 2; const rTip = all[Math.floor(Math.random() * all.length)];