mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-11-05 15:47:17 -05:00
brub
This commit is contained in:
parent
a9c5368dbc
commit
5343bc9331
@ -288,7 +288,7 @@ client.on("message", async message => {
|
||||
'<aviadarius> i forgot',
|
||||
'<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])
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user