Commit graph

3 commits

Author SHA1 Message Date
Bildcraft1
74b3f53212 chore: Refactor message processing logic and split output into chunks
Refactor the `process_message` function in `bot.py` to improve performance and handle longer messages. The function now appends extra characters to the base message to ensure it is always 4000 characters long. This change improves the processing of messages and prevents truncation.

In `messageCreate.js`, split the output into chunks of 2000 characters using the `splitMessage` function. This allows sending each part as a separate message, ensuring that the output is not cut off.
2024-06-06 10:19:06 +02:00
Bildcraft1
c1b886a226 Add initial configuration files and code structure 2024-06-05 22:12:03 +02:00
Bildcraft1
127a7dc87f chore: Add initial configuration files and code structure 2024-06-05 22:06:30 +02:00