Browse Source

Merge branch 'development'

pull/57/head
Roxie Gibson 5 years ago
parent
commit
62e0674289
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roxbot/converters.py

+ 1
- 1
roxbot/converters.py View File

@@ -75,7 +75,7 @@ class AvatarURL(commands.UserConverter):
"""
async def convert(self, ctx, argument):
if any(x in argument.split(".")[-1].lower() for x in ("png", "jpg", "jpeg")):
return argument
return argument.strip("<>")
else:
try:
user = await super().convert(ctx, argument)

Loading…
Cancel
Save