mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-22 17:32:00 -05:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
5539797809
1 changed files with 1 additions and 3 deletions
|
@ -9,9 +9,7 @@ let selectedUser3 = membersList[Math.floor(Math.random() * membersList.length)].
|
|||
let stories =
|
||||
[
|
||||
`Story 1 Alee says it\'s coming soon!.`,
|
||||
`Story 2 ${selectedUser1.username} trips :(`,
|
||||
`Story 3 Coming Soon`,
|
||||
`Story 4 Coming Soon`
|
||||
`Story 2 ${selectedUser1.username} jumps into the window then ${selectedUser2.username} saves ${selectedUser1.username} and ${selectedUser3.username} claps.`,
|
||||
];
|
||||
let storySelected = [Math.floor(Math.random() * stories.length)];
|
||||
msg.channel.send(stories[storySelected]);
|
||||
|
|
Loading…
Reference in a new issue