Adding more commentary to the ~doggo command

pull/2/head
sgoudham 4 years ago
parent a2315ba0e2
commit 707d3f24d0

@ -237,7 +237,7 @@ class Fun(commands.Cog):
except FileNotFoundError as e:
print(e)
# ~Doggo command
# ~Doggo command that uses an API to grab
@commands.command(aliases=["Doggo"])
@cooldown(1, 1, BucketType.user)
async def doggo(self, ctx, breed=None):
@ -250,6 +250,7 @@ class Fun(commands.Cog):
# Get the member avatar
userAvatar = member.avatar_url
# Initialise array to store doggo pics
b_list = []
# If a breed if specified

Loading…
Cancel
Save