Fixed Typos
This commit is contained in:
parent
e966c03b83
commit
45c6aa7e2d
2 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Jokesta",
|
name: "Jokesta",
|
||||||
value: "jokesta",D
|
value: "jokesta",
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// name: "Stats On Duty",
|
// name: "Stats On Duty",
|
||||||
|
|
|
@ -408,7 +408,7 @@ function tips(interaction, client) {
|
||||||
const all = [
|
const all = [
|
||||||
"You can report bugs by using `/report` and send a suggestion by `/suggest` !",
|
"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",
|
"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 ran = Math.floor(Math.random() * 50) + 2;
|
||||||
const rTip = all[Math.floor(Math.random() * all.length)];
|
const rTip = all[Math.floor(Math.random() * all.length)];
|
||||||
|
|
Loading…
Reference in a new issue