mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-11-05 15:47:17 -05:00
matbe this will work
This commit is contained in:
parent
98c407bb42
commit
e618f14302
@ -288,8 +288,8 @@ client.on("message", async message => {
|
||||
'<aviadarius> i forgot',
|
||||
'<N29UB> Asia is a continent'
|
||||
]
|
||||
return message.channerel.send(quotes[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.channerel.send(quotes[number])
|
||||
}
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user