Henandog is a Discord bot that allows you to initiate votes in your server. It is written in Python and uses the discord.py library.
Henandog is available on this repository. You can clone it using the following command:
git clone https://github.com/FabricSoul/Henandog.git
Henandog requires the following dependencies:
Henandog requires a configuration file to run. You can create one by copying the config.py.example
file and renaming it to config.py
. You can then edit the file to add your bot's token and the prefix you want to use.
Certainly! Here's the updated portion of the README.md documentation with the bash scripts enclosed in a code snippet:
Henandog is available for Docker. You can run it using the following command:
docker build -t henandog .
docker run -d henandog
To deploy Henandog with Docker, you can use the provided deploy.sh
script:
Simply execute the deploy.sh
script to build and run the Henandog container.
To undeploy Henandog and remove the running container, you can use the provided undeploy.sh
script:
Execute the undeploy.sh
script to stop and remove the running Henandog container.
If you need to update the Docker image for Henandog, you can use the provided update.sh
script:
Run the update.sh
script to stop and remove the existing container, build the updated image, and run a new container with the updated image.
Note: Make sure to give execute permissions to the scripts before running them using the following command: chmod +x deploy.sh undeploy.sh update.sh
.
You can also run it using Python. You can do so by running the following command:
python3 bot.py
Command | Description |
---|---|
$timeout | Sets the timeout for the vote. |
$kick | Kicks a user from the server. |
$search | Search on Google. |
Henandog is licensed under the MIT License.