Yet another discord bot that's just a bit weirder than the other ones.
This is a project, called bosa-bot that was built on discord.py but now, runs on the py-cord library, a fork of the original discord.py lib.
The bot is easy to set up, but the steps have been explained to an extent that they cannot really fit into this README well. So, they have been put on the website.
To setup for development, please clone and run the bot as you normally would, and run the code given, but make changes to the code to customize and improve the bot for yourself.
- Add new modules and cogs
- Make sure backend libs are trustable
- Improve uptime.
Your Name – azermazer165@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/absozero/bosa-bot
Contributions are very welcome here and are very much appreciated. You could either make an issue on github or you could make a pr:
-
Create your feature branch (
git checkout -b feature/fooBar
) -
Commit your changes (
git commit -am 'Add some fooBar'
) -
Push to the branch (
git push origin feature/fooBar
) -
Create a new Pull Request