Fixed Typos

This commit is contained in:
ThunderE75 2022-01-22 19:02:58 +05:30
parent e966c03b83
commit 45c6aa7e2d
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ module.exports = {
},
{
name: "Jokesta",
value: "jokesta",D
value: "jokesta",
},
// {
// name: "Stats On Duty",

View file

@ -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)];