fixing emoji
This commit is contained in:
parent
d95f8b566a
commit
2ffd0edb3b
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user