Repository for the CODE BLACK (Miss Haven), a simple, minimal, easy-to-use, no website shenanigans, discord bot.
Initially, I named this project Miss Haven, since I was designing it for one specific server called "Outer Haven". Later on, seeing the current trend of a new era of discord bots with new era of 'shit-enanigans' I decided to build one bot for this new era! Since I am still indecisive of the name 'Miss Haven', I have settled to call this project CODE BLACK
for the time being.
I have seen enough discord bots doing the same things (claiming that they do it better than other bots) and the proceed to hide some of their best features (which are actually better than the rest) behind a paywall. CODE BLACK is a project started by yours truly which aims to produce the following results:
- Make every feature free (excluding music player, for now), and as good as it can get
- Ensure everything stays inside discord (yes, no need to go to the "bot's website")
- Minimalism with Elegancy
- Community backed and open sourceability
- 100% Customization (my methods maybe rash, but hey they work!)
To be completed, I am still planning out the initial features Code Black with roll out with! Thank you for your patience!
Sure! (After all I made this repository public)
If you just want CODE BLACK, you can invite it to your server via this fancy button here: (the bot's private at the moment, you will need to wait till it's first release!)
Now if you want your own bot! You can by cloning this repository (NOT NOW! When the code's completed of course!) Here are the detailed steps:
- Clone this repository.
- Install dependencies using
pip install -r requirements.txt
. - Configure your Discord bot token by creating a
.env
file and add the following code:BOT_TOKEN = your_discord_bot_token BOT_NAME = your_bot_name # whitespaces are totally fine in names
- Run the bot by running
main.py
file or by usingpython main.py
in terminal.
I am fairly good at discord bot development(I think, I hope...), but it is a given that multiple working on something produces better results than one. Hence, if you know the library inetractions.py or even discord.py feel free to contribute to this project! Yes, this bot is based on python, contrary to the other famous alternative JavaScript!
Since, this is a completely free project, CODE BLACK will only survive on donations and my own personal expenses. At the moment, the bot isn't set up at such high levels that requires further fund aids. But I may require it if the bot grows!
Please join our discord server if you have any suggestions or feedback! Also, feel free to pull requests and suggest changes (even if it's just a small typo!).
This project is licensed under the terms of the GNU General Public License v3.0. It means you are free to use, modify, and distribute this code, but any derivative work must also be open source and distributed under the same license. This includes ensuring that no paywalls are introduced for any features derived from this code.