readme: add UID change in dm/bot.py to deployment
crispy-caesus 114518720+crispy-caesus@users.noreply.github.com
Tue, 05 Nov 2024 23:23:17 +0100
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
README.md
→
README.md
@@ -18,6 +18,8 @@ Add the bot to your server and give it at least `Manage Channels`, `Manage Roles`, `Move Members`, `Mute Members`, `Deafen Members`, `Send Messages` and `View Channels` permissions
Add your bot's token into a bot_token.py file in a format of `token = ""` +Replace the ID in the `dm()` function in the `bot.py` with your own UID (or remove the calls to it if you don't want it) + Install the necessary **dependencies** with `pip install -r requirements.txt` Run the bot with `python bot.py`