add another pic to the cowboy function

This commit is contained in:
Luke Robles 2022-09-08 13:59:09 -07:00
parent 52187748f9
commit 75d3ed0fc0

View File

@ -124,4 +124,4 @@ def dale():
def cowboy():
return "https://i.imgur.com/RAFfsk7.png"
return random.choice(["https://i.imgur.com/RAFfsk7.png", "https://i.imgur.com/Ppse2ic.jpg"])