formatting
This commit is contained in:
parent
dad13cd7bd
commit
c056d71362
0
app/bot.py
Executable file → Normal file
0
app/bot.py
Executable file → Normal file
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user