mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2025-02-21 05:07:16 -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',
|
'<aviadarius> i forgot',
|
||||||
'<N29UB> Asia is a continent'
|
'<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…
x
Reference in New Issue
Block a user