diff --git a/app/bot.py b/app/bot.py old mode 100755 new mode 100644 diff --git a/app/cogs/server_utils.py b/app/cogs/server_utils.py index 746add0f..f8f10c48 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").split('?')[0] + url = url.replace("webp", "png").split("?")[0] emoji_staging = "/tmp/emoji" try: diff --git a/helm/values.yaml b/helm/values.yaml index 71749218..4cee436d 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: "192" + tag: "193" repository: ldooks/dragon-bot pullPolicy: IfNotPresent