mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2025-02-21 05:07:16 -05:00
brub
This commit is contained in:
parent
5343bc9331
commit
0df23221c2
@ -289,7 +289,7 @@ client.on("message", async message => {
|
|||||||
'<N29UB> Asia is a continent'
|
'<N29UB> Asia is a continent'
|
||||||
]
|
]
|
||||||
let number = Math.floor(Math.random() * (max - min) + min) //The maximum is exclusive and the minimum is inclusive
|
let number = Math.floor(Math.random() * (max - min) + min) //The maximum is exclusive and the minimum is inclusive
|
||||||
return message.channerl.send(quotes[number])
|
return message.channel.send(quotes[number])
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user