First official build of bot!
Co-authored-by: iakrules <64628083+iakrules@noreply.github.com>
This commit is contained in:
parent
953c89ead0
commit
2b8e2345f9
32 changed files with 1164 additions and 383 deletions
72
README.md
72
README.md
|
|
@ -1,4 +1,68 @@
|
|||
# Duckster
|
||||
A fun and all-purpose bot made in Python.
|
||||
|
||||
Founded by [@iakrules](https://github.com/iakrules) and [@rzmk](https://github.com/rzmk).
|
||||
<p align="center">
|
||||
<img src="./images/GitHub-Banner.png">
|
||||
</p>
|
||||
|
||||
<div style="display: flex; justify-content: center;" align="center">
|
||||
<a href="https://discord.gg/RutgersEsports"><img src="./images/icons/discord.svg" align="center" height=40 width=40 style="margin: 0px 10px 0px 0px;"></img></a>
|
||||
<a href="https://twitter.com/RutgersEsports"><img src="./images/icons/twitter.svg" align="center" height=40 width=40 style="margin: 0px 10px 0px 0px;"></img></a>
|
||||
<a href="https://instagram.com/rutgersesports"><img src="./images/icons/instagram.svg" align="center" height=40 width=40 style="margin: 0px 10px 0px 0px;"></img></a>
|
||||
<a href="https://twitch.tv/rutgersesports"><img src="./images/icons/twitch.svg" align="center" height=40 width=40 style="margin: 0px 10px 0px 0px;"></img></a>
|
||||
<a href="https://www.linkedin.com/company/rutgers-esports"><img src="./images/icons/linked-in-alt.svg" align="center" height=40 width=40 style="margin: 0px 10px 0px 0px;"></img></a>
|
||||
<a href="https://facebook.com/rutgersesports"><img src="./images/icons/facebook.svg" align="center" height=40 width=40 style="margin: 0px 10px 0px 0px;"></img></a>
|
||||
<a href="https://youtube.com/rutgersesports"><img src="./images/icons/youtube.svg" align="center" height=40 width=40 style="margin: 0px 5px 0px 0px;"></img></a>
|
||||
<a href="mailto:rutgersesports@gmail.com"><img src="./images/icons/mail.svg" align="center" height=40 width=40 style="margin: 0px 5px 0px 0px;"></img></a>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
# Rutgers Esports Discord Bot
|
||||
|
||||
The official **Rutgers Esports Bot** on Discord for handling all internal operations.
|
||||
|
||||
Built as a modular multi-purpose utility bot, with custom features such as creating embeds, moderation commands, and more.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [About The Project](#about-the-project)
|
||||
- [Tools & Technologies](#tools-and-technologies)
|
||||
- [Contributing](#contributing)
|
||||
- [Contributors](#contributors)
|
||||
|
||||
## About The Project
|
||||
|
||||
[](https://discord.gg/RutgersEsports)
|
||||
|
||||
Rutgers Esports Bot is developed for ease of use with utility commands and features for gaming communities, clubs, and organizations.
|
||||
|
||||
- **Community** - Members can easily access informative commands about their user/server, and also details about Rutgers Esports such as upcoming events.
|
||||
- **Moderation** - Built-in moderation commands are automatically provided and limited to server members with specific permissions.
|
||||
- **Executive Board** - Restricted features providing convenient automation and information to serve board members spanning all departments.
|
||||
|
||||
## Tools and Technologies
|
||||
|
||||
- [Discord.py](https://discordpy.readthedocs.io/en/stable/) - Modern async/await API wrapper for Discord.
|
||||
- [Heroku](https://www.heroku.com/) - Hosting and deployment cloud platform.
|
||||
- [Firestore DB](https://firebase.google.com/) - Realtime NoSQL database for managing our inventory.
|
||||
- [Google Calendar API](https://developers.google.com/calendar) - For instant reports of upcoming calendar events.
|
||||
|
||||
## Contributing
|
||||
|
||||
There's plenty of ways to contribute!
|
||||
Here's a few suggestions to help:
|
||||
|
||||
1. Star the project.
|
||||
2. Find and report [issues](https://github.com/rutgersesports/discord-bot/issues).
|
||||
3. Submit [PRs](https://github.com/rutgersesports/discord-bot/pulls) to help solve issues or add features.
|
||||
4. Send feature requests [our Discord](https://discord.gg/RutgersEsports)!
|
||||
|
||||
We'll be creating a contributing guide/wiki in the near future.
|
||||
|
||||
For now, Rutgers Esports Technology Department officers will be maintaining the bot. [Click here to apply.](https://bit.ly/join-reebo)
|
||||
|
||||
## Contributors
|
||||
|
||||
This project exists thanks to all the people who contribute!
|
||||
|
||||
<a href="https://github.com/rutgersesports/discord-bot/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=rutgersesports/discord-bot" />
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue