Disvide is a Discord bot generator that allows you to create a bot by answering a few questions. This project is created by Cored, Inc and led by FSCYT.
- Command handler
- Event handler
- Slash command handler
- Sub-commands handler
- TypeScript and JavaScript support
- Command categories
- Easy customizability
Please note that these are the features of the bot that is generated by Disvide, not the features of Disvide itself.
Before using Disvide, make sure you have the following:
- Python 3.6 or higher installed on your system.
pip
package manager installed on your system.- A Discord account with access to the developer portal.
In addition, your system should meet the following requirements:
- At least 2 GB of RAM.
- At least 1 GHz CPU.
- At least 100 MB of free storage space.
Please note that you can run this app with lower-tier hardware, but you may experience performance issues.
To get started with Disvide, follow these steps:
- Clone this repository to your local machine.
- Install the required dependencies by running
pip install -r requirements.txt
.
To generate a Discord bot with Disvide, follow these steps:
- Create a Discord bot account and obtain the bot token from the Discord Developer Portal.
- Run the program by executing
disvide
orpython main.py
in your terminal. - Answer the following questions to generate your bot:
- What is the username of your bot?
- What is the token of your bot?
- What is the client ID of your bot?
- What is the client secret of your bot?
- Which programming language do you want to use (TS or JS)?
The program will then generate a Discord bot for you.
18/04/2023
- Removed all references of bot username as it's useless.
Contributions to Disvide are welcome! If you would like to contribute, follow these steps:
- Fork this repository.
- Create a new branch with your changes:
git checkout -b my-feature-branch
. - Commit your changes:
git commit -m "Added a new feature"
. - Push to the branch:
git push origin my-feature-branch
. - Create a pull request.
If you encounter any issues while using Disvide, please report them on the issues page. To create a new issue, follow these steps:
- Click on the "Issues" tab in the repository.
- Click on the "New Issue" button.
- Provide a descriptive title and detailed description of the issue.
- Click on the "Submit new issue" button.
(Skip this if WSL)
For installing Disvide on Windows (8.1/10/11 preferably), it will be a bit more advanced due to Windows being as advanced as always. Here are the steps that you must follow to get access to Disvide on Windows:
- Clone this git repository by running
git clone https://github.com/Cored-Inc/Disvide
- Go into the Disvide directory, run
pip install -r requirements.txt
to install the packages required - Run
pip install --editable .
- Enjoy using disvide by running
disvide
on the terminal.
Ran into issues even after that? Create an issue using the above guide and we will try our best to help you out!
This project is licensed under the MIT License - see the LICENSE file for details.