diff --git a/.gitignore b/.gitignore index 7f33a03..3ef7e9e 100644 --- a/.gitignore +++ b/.gitignore @@ -177,5 +177,8 @@ cython_debug/ # Logs /logs +# Embeds +/embed + # Config file -config.ini +config.ini \ No newline at end of file diff --git a/dockerfile b/dockerfile index 6f03f54..5cac93f 100644 --- a/dockerfile +++ b/dockerfile @@ -28,6 +28,7 @@ RUN chown -R bot:bot /app && \ RUN mkdir -p logs && \ chown -R bot:bot logs && \ chmod -R 777 logs && \ + mkdir -p embed && \ chown -R bot:bot embed && \ chmod -R 777 embed diff --git a/embed/embed_locations.json b/embed/embed_locations.json deleted file mode 100644 index f65877b..0000000 --- a/embed/embed_locations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "401095ca": { - "channel_id": "1392730642206429307", - "message_id": "1404158812084109423" - }, - "548c4f18": { - "channel_id": "1392730682576343121", - "message_id": "1404158818476097656" - } -} \ No newline at end of file diff --git a/pterodisbot.py b/pterodisbot.py index 4d1a5cb..d9ec9f0 100644 --- a/pterodisbot.py +++ b/pterodisbot.py @@ -1102,4 +1102,4 @@ if __name__ == "__main__": except Exception as e: logger.error(f"Bot crashed: {str(e)}") finally: - logger.info("Bot shutdown complete") \ No newline at end of file + logger.info("Bot shutdown complete")