diff --git a/app/cogs/server_utils.py b/app/cogs/server_utils.py index a8226b38..746add0f 100644 --- a/app/cogs/server_utils.py +++ b/app/cogs/server_utils.py @@ -42,7 +42,7 @@ class ServerUtils(commands.Cog): import core_utils if "webp" in url: - url = url.replace("webp", "png") + url = url.replace("webp", "png").split('?')[0] emoji_staging = "/tmp/emoji" try: diff --git a/helm/values.yaml b/helm/values.yaml index 03aa92b5..71749218 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: # Overrides the image tag whose default is the chart appVersion. - tag: "191" + tag: "192" repository: ldooks/dragon-bot pullPolicy: IfNotPresent