fixing emoji

This commit is contained in:
Luke Robles 2022-05-10 21:23:24 -07:00
parent 7ddfea41d9
commit dad13cd7bd
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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