Skip to content

Commit

Permalink
Merge branch 'release/0.2.0'
Browse files Browse the repository at this point in the history
* release/0.2.0:
  (GH-8) Add more soon images
  (GH-6) Update URLs to point to correct place
  (GH-7) Add Maurice to Owners section in PSD1 file
  • Loading branch information
gep13 committed Sep 3, 2019
2 parents 67e1805 + a8c9213 commit b5f0b56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 4 additions & 4 deletions PoshBot.Soon/PoshBot.Soon.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ModuleVersion = '0.1.0'
GUID = 'bd719e1d-b82c-44ff-8852-6c21458fbcba'

# Author of this module
Author = 'Gary Ewan Park'
Author = 'Gary Ewan Park, Maurice Kevenaar'

# Company or vendor of this module
CompanyName = 'Community'
Expand Down Expand Up @@ -100,16 +100,16 @@ PrivateData = @{
Tags = @('PoshBot', 'Soon', 'ChatOps')

# A URL to the license for this module.
LicenseUri = 'https://raw.githubusercontent.com/gep13/PoshBot.Soon/develop/LICENSE'
LicenseUri = 'https://raw.githubusercontent.com/gep13-oss/PoshBot.Soon/develop/LICENSE'

# A URL to the main website for this project.
ProjectUri = 'https://github.com/gep13/PoshBot.Soon'
ProjectUri = 'https://github.com/gep13-oss/PoshBot.Soon'

# A URL to an icon representing this module.
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'https://raw.githubusercontent.com/gep13/PoshBot.Soon/develop/CHANGELOG.md'
ReleaseNotes = 'https://github.com/gep13-oss/PoshBot.Soon/releases'

} # End of PSData hashtable

Expand Down
8 changes: 7 additions & 1 deletion PoshBot.Soon/PoshBot.Soon.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ function Get-Soon {
"https://i.imgur.com/ftGheRE.jpg",
"https://i.imgur.com/Y4ExtS5.gif",
"https://i.imgur.com/pDXRVjp.jpg",
"https://i.imgur.com/L2SZuzG.gif"
"https://i.imgur.com/L2SZuzG.gif",
"https://i.imgur.com/UxhH8AD.jpg",
"https://i.imgur.com/HiwtGIU.jpg",
"https://i.imgur.com/n8q4cgF.jpg",
"https://i.imgur.com/WNJed2o.png",
"https://i.imgur.com/MhkfaaV.jpg",
"https://i.imgur.com/Af5e7ob.png"

$randomlySelectedImage = Get-Random -InputObject $imageArray

Expand Down

0 comments on commit b5f0b56

Please sign in to comment.