diff --git a/app/cogs/server_utils.py b/app/cogs/server_utils.py index 35662e40..f0740e91 100644 --- a/app/cogs/server_utils.py +++ b/app/cogs/server_utils.py @@ -41,6 +41,9 @@ class ServerUtils(commands.Cog): await ctx.message.delete() import core_utils + if "webp" in url: + url = url.replace("webp", "png") + emoji_staging = "/tmp/emoji" try: await ctx.send( diff --git a/helm/values.yaml b/helm/values.yaml index 41c7e6bb..2182d655 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: "176" + tag: "177" repository: ldooks/dragon-bot pullPolicy: IfNotPresent