Darkyl's Assistant is a private Discord bot created by Darkyl for his server. Found here: https://discord.gg/m4Hc9dM8qS
Built using Hikari, Lightbulb and Miru
- Simple moderation tools
- Captcha system
- Simple auto mod
- Fun and unique commands!
Note: This project is not intended to be run on your local machine. The code is provided for transparency and educational purposes only. If you're interested in contributing or understanding the bot's functionality, feel free to explore the source code.
-
Clone the repository:
git clone https://github.com/Darkylt/darkyls-assistant.git
-
Navigate to the project directory:
cd darkyls-assistant
-
Set up a virtual environment (recommended):
python -m venv .venv source .venv/bin/activate # For Linux/macOS .venv\Scripts\activate # For Windows
-
Install required dependencies:
pip install -r requirements.txt
-
Create a
secret.yml
file in the root directory to store your variables:Bot Token: d098j3in30987u3jnf YouTube API Key: dslifgh98wq30knf
-
Run the bot (On windows you can use the run.bat):
cd Scripts python run.py
If you encounter any issues or have any questions about Darkyl's Assistant, feel free to contact Darkyl.
Credits go to https://heyseth.github.io for the impressive worm simulator!
Tips for improvement, pull requests etc. are very welcome :)