Adjust embed directory
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 1m5s
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 1m5s
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -177,5 +177,8 @@ cython_debug/
|
|||||||
# Logs
|
# Logs
|
||||||
/logs
|
/logs
|
||||||
|
|
||||||
|
# Embeds
|
||||||
|
/embed
|
||||||
|
|
||||||
# Config file
|
# Config file
|
||||||
config.ini
|
config.ini
|
@@ -28,6 +28,7 @@ RUN chown -R bot:bot /app && \
|
|||||||
RUN mkdir -p logs && \
|
RUN mkdir -p logs && \
|
||||||
chown -R bot:bot logs && \
|
chown -R bot:bot logs && \
|
||||||
chmod -R 777 logs && \
|
chmod -R 777 logs && \
|
||||||
|
mkdir -p embed && \
|
||||||
chown -R bot:bot embed && \
|
chown -R bot:bot embed && \
|
||||||
chmod -R 777 embed
|
chmod -R 777 embed
|
||||||
|
|
||||||
|
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"401095ca": {
|
|
||||||
"channel_id": "1392730642206429307",
|
|
||||||
"message_id": "1404158812084109423"
|
|
||||||
},
|
|
||||||
"548c4f18": {
|
|
||||||
"channel_id": "1392730682576343121",
|
|
||||||
"message_id": "1404158818476097656"
|
|
||||||
}
|
|
||||||
}
|
|
Reference in New Issue
Block a user