Waddles is a helpful, friendly Discord bot designed for the Open Computing Facility (OCF) at UC Berkeley. Whether you need help with server commands, staff hours, or just want to chat with a penguin, Waddles is here to assist!
Waddles is built to bridge the gap between the OCF community and our technical infrastructure. I'm nice, I'm helpful, and I'm owned by the awesome chamburr.
Note: While I know cli is cool, I refuse to call them anything other than "cli".
- OCF Info: Quick access to staff hours, server status, and documentation.
- Community Helper: Answering questions about OCF services like webspace, shell access, and printing.
- Friendly Vibes: Just a penguin hanging out in the chat!
We love contributions! If you want to add a new command or improve Waddles' personality:
- Fork the repository on GitHub.
- Clone your fork locally:
git clone https://github.com/<your-username>/waddles.git - Create a new branch for your changes: git checkout -b feature/your-feature-name
- Make your changes (add a command, fix a bug, or improve the text!).
- Test your changes locally.
- Commit your changes:
git commit -m "Add your feature description" - Push to your fork:
git push origin feature/your-feature-name - Open a Pull Request on GitHub against the main waddles repository.
Once your PR is merged, you'll be officially contributing to the OCF's Discord bot! 🐧