Was a useful bot that would bring great fun to your server! Configure Moderation, Logging, Starboard, Fun commands, Welcome/Leave messages etc.
- All sorts of moderation commands, yeh pls ban 7 year old candy crush players.
- God tier auto Moderation kekwnt.
- Moderation command logs & regular server Mod Logs
Hyena is completely shut down after the closure of discord.py development
Join our support & community discord server!
Become a patron, by simply clicking on this button very appreciated!:
For any doubts here, contact Donut#4427 please. Collaborations are completely closed because the bot is dead ;(, you can still fix typos and stuff ig
Step 1: Fork & Clone the repository
$ git clone link-to-my-forked-repository.git hyenabot # usually link will be https://github.com/YourUserName/HyenaDev
$ cd hyenabot
➜ How to install discord.py 2.0a
- Firstly, setup a virtual environment
$ pip install virtualenv
$ cd src
$ virtualenv venv
$ ./venv/bin/activate # windows
$ source ./venv/bin/activate # macos or linux
- Then install the 2.0a
$ git clone https://github.com/Rapptz/discord.py discord.py
$ cd discord.py
$ pip install -U .[voice]
Step 2: Checkout a new branch
$ git checkout -b my-new-feature
Step 3: Code the feature
Pick a feature from the Issues and code it
Am i supposed to tell you how to do this one too?
Step 4: Commit the feature
$ git commit -m "define your feature here"
- For noobs like you (and me) who don't know how to write a commit message:
- How to write a proper commit message
Step 5: Push the feature
$ git push origin my-new-feature # branch name should be same as the one you checked out
Step 6: Create a pull request