add another pic to the cowboy function

This commit is contained in:
Luke Robles 2022-09-08 13:59:09 -07:00
parent 484b973367
commit 73f2cab5fb

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"])