Makke the emoji command handle webp links
This commit is contained in:
parent
caa5aabedd
commit
57e2567f86
@ -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(
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user