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