ping
→ Displays bot latency.dm <user_id> <message>
→ Send a private message to a member with the bot.dmall <0/1/2/3> <all/on/off> <message>
→ Send a message to everyone on the server. | "0/1/2/3" = cooldown in sec | "all/on/off" = members will receive dm : all = all : on = online : off = offline |servers
→ Show the servers where the bot is.get <server_id>
→ Get an invitation to a server where the bot is.wl <user_id>
→ Whitelist an user.unwl <user_id>
→ UnWhitelist an user.
- Install Python and add to PATH.
- Install the requirements → launch
setup.bat
. - Open up main.py with notepad or some other editor.
- Run it with
start.bat
.
Change some settings :
bot_token = "" # Your bot token
whitelist_file = "wl.txt" # Whitelist file, don't touch
admin_user_id = 11111111111111 # Owner discord ID
Thanks to Nekros for this nice readme template that saved me time. <3