mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-11-10 14:26:13 -05:00
i am egg
This commit is contained in:
parent
e618f14302
commit
a9c5368dbc
@ -289,7 +289,7 @@ client.on("message", async message => {
|
||||
'<N29UB> Asia is a continent'
|
||||
]
|
||||
let number = Math.floor(Math.random() * (max - min) + min)]) //The maximum is exclusive and the minimum is inclusive
|
||||
return message.channerel.send(quotes[number])
|
||||
return message.channerl.send(quotes[number])
|
||||
}
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user