siddhantshr / Hyena-1

The source code for the Hyena Bot which is now shut down.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

➜ Hyena Bot

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 News

Hyena is completely shut down after the closure of discord.py development

➜ Support

Join our support & community discord server!

➜ Help Us

Become a patron, by simply clicking on this button very appreciated!:

➜ Supporters

Stargazers repo roster for @Hyena-Bot/Hyena

➜ How to colaborate here

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"

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

  • Go to the your forked repository
  • A button like this will appear, click on it:

    Button

  • Create a pull request like this:

    Create a pull request

  • Then Donut or Div will merge the pull request after reviewing

About

The source code for the Hyena Bot which is now shut down.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%Language:Shell 0.0%