Skip to content

Commit caa5b51

Browse files
committed
Refactor and standardize codebase for consistency
- Updated Dockerfile version from 1.7.8 to 1.7.9. - Standardized string formatting to use double quotes. - Refactored imports for better organization and readability. - Improved JSON handling with better validation and logging. - Enhanced logging for consistency and debugging clarity. - Refactored bot initialization and directory setup logic. - Improved error handling in commands for better user feedback. - Refactored `Presence`, `Functions`, and `Owner` classes. - Enhanced support invite, permissions, and bot info commands. - Updated main entry point for better token error handling. - Improved overall readability, maintainability, and Pythonic style.
1 parent 6a2cadf commit caa5b51

File tree

2 files changed

+426
-269
lines changed

2 files changed

+426
-269
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ LABEL maintainer="Discord: pika.pika.no.mi (970119359840284743)" \
2828
description="This bot automatically publishes messages in announcement channels on discord." \
2929
release=$BUILD_DATE \
3030
url="https://github.com/Serpensin/DiscordBots-AutoPublisher" \
31-
version="1.7.8"
31+
version="1.7.9"
3232

3333
CMD ["python3", "main.py"]

0 commit comments

Comments
 (0)