Discovery
The Discovery Discord Bot
Discovery is an open-source Discord Bot with the main features Tickets, Moderation, Giveaways and Reaction roles. This bot is currently in development, so this features will come in some time.
Ideas / To-Do
-
Basic bot structure
-
First commands (help, about, etc.)
-
Moderation commands
-
Tickets
-
Giveaways
-
Reaction roles
-
Bump reminder
-
Maybe: [ ] Music feature
–> We are focusing on these things
Inviting the bot
Because we are working hard, the invite link for this bot is not available at this time. Coming soon when the first commands are created!
Self Hosting
Self hosting the bot is not really supported. This bot is open-source, because everyone can see the code and how the bot works. Additionally you can fork this bot, to create your own instance of it. Together we want to build a public bot, which is on many servers.
Of course you can host the bot yourself, but we don't give support.
Steps (Linux)
- Clone this repository or download the source code of the latest release.
You can clone the repository with the following command:
git clone https://github.com/discoverybot-dc/discovery
- Install all requirements using
pip
:
pip install -r requirements.txt
- Create configuration file (You can use the example file
config.sample.json
)
You need to insert the token, owner ID and default embed color in the config file.
- Start the bot
Now you can start the bot using this command:
python3 main.py
Support
If you have problems or need help, you can join our support server: https://discord.gg/qX85P3Gwme
Supported languages are German and English.
License
This project is licensed under GNU General Public License v3.0. Read more here