Nobody asked
This commit is contained in:
parent
e101d98ae2
commit
ab6efcf160
1 changed files with 2 additions and 0 deletions
2
main.js
2
main.js
|
@ -93,10 +93,12 @@ function gotMessage(message) {
|
||||||
message.channel.send('https://cdn.discordapp.com' + linkArr[1]);
|
message.channel.send('https://cdn.discordapp.com' + linkArr[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
const chance = help.RNG(50000);
|
const chance = help.RNG(50000);
|
||||||
if (chance == 420) {
|
if (chance == 420) {
|
||||||
resp.whoAsked(message);
|
resp.whoAsked(message);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
const msg = message.content.toLowerCase();
|
const msg = message.content.toLowerCase();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue