Discord Bot That Can Message/Kick Everyone In Your Server.
Ever wanted to message everyone or kick everyone for your Discord server for some reason? Well now you can!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them.
Python - https://www.python.org
A step by step series of examples that tell you how to get a development env running.
Download the project or if you have Git installed you can clone project by running this command.
git clone https://github.com/Naviamold1/ActionAll.git
cd ActionAll
After downloading the project run this command to download necessary modules.
pip install -r requirements.txt
Rename the .env.template file
Rename the .env.template file to .env and put your Discord Bot Token there that you can get from https://discord.com/developers/applications
And finally run the app:
python main.py
Do not use this project for any malicious or harmful purposes.
You can use services like Heroku for free hosting. You can follow this Tutorial.
Heroku is no longer offering free dynos (hosting).
You can also use a VPS.
- Python - Programming Language
- discord.py - Python Discord API Wrapper
- discord-pretty-help - Help Command Prettifier
- python-dotenv - .env File Wrapper
- Add Message All Function
- Add Kick All Function
- Add Ban All Function
- Integrate Slash Commands
- Add Ban/Kick/MSG All with specific role Function
- Make A Project Icon
See also the list of contributors who participated in this project.