Nyxoy201 / Discord-DmAll-Bot

A powerful Discord bot, written in Python, to DM all members of a Discord server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌿 DmAll Discord Bot 🤖


🔱 » Menu

🛠 » Features

  1. pingDisplays bot latency.
  2. dm <user_id> <message>Send a private message to a member with the bot.
  3. 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 |
  4. serversShow the servers where the bot is.
  5. get <server_id>Get an invitation to a server where the bot is.
  6. wl <user_id>Whitelist an user.
  7. unwl <user_id>UnWhitelist an user.

📁 » Setting up

  1. Install Python and add to PATH.
  2. Install the requirements → launch setup.bat.
  3. Open up main.py with notepad or some other editor.
  4. Run it with start.bat.

⚙ » Config

Change some settings :

bot_token = "" # Your bot token
whitelist_file = "wl.txt" # Whitelist file, don't touch
admin_user_id = 11111111111111 # Owner discord ID

The script was made by Nyxoy

Thanks to Nekros for this nice readme template that saved me time. <3

About

A powerful Discord bot, written in Python, to DM all members of a Discord server.

License:MIT License


Languages

Language:Python 99.5%Language:Batchfile 0.5%