Splits long discord messages into parts to be posted individually.
-
Set
max_message_chars
to the number of chars you want the message to be split at.Currently, the limit is
2000
for normal users and4000
for nitro users. -
Run
discord_message_splitter.py
and enter the file containing the message to split. -
The first message will now be copied to your clipboard. Paste it wherever you need, then hit enter to copy the next message.
Python 3: Download link
- Does not support messages with a single line longer than
max_message_chars
(2000 by default).