A Discord Bot designed to organise In-House Custom games for competitive 5v5 games.
Written in Python using disnake.
Current visuals are for League of Legends, Overwatch and Valorant
- Discord Support server - Raise bugs or get help
- Discord Queue server - Try the Bot out yourself!
- Bot Invite link - Invite the Bot to your server
https://docs.inhousequeue.xyz/documentation/quick-start
https://docs.inhousequeue.xyz/
https://www.inhousequeue.xyz/commands
Python 3.9.X
- Download python here
- Clone or Download this repository:
git clone [email protected]:HenrySpartGlobal/InHouseQueue.git
- Create a
.env
file in the root directory and paste in your Discord Bot Token
TOKEN = MTAwMDQwNTYzODgwMDc0ODY0NQ.G23AvO.DcsRAE_FyXkUCuKlx-mGUVnazPCkn3H5LHvlPY
-
Optional: Edit the
cogs/dev.py
file and replace the IDs with your DiscordId(s) and GuildId(s) -
Run the Bot
python3 main.py
- Now set up the Bot with the steps in Discord server setup
I encourage you to Invite the Bot to your server, but if you want to make some changes and host it yourself feel free. Here is my Hosting guide
https://docs.inhousequeue.xyz/documentation/reference/sbmm
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE - see the LICENSE.md file for details
The Affero General Public License v3.0 (AGPL-3.0) is the license for this project, which offers the following key features:
- Based on the GNU General Public License v3.0 (GPL-3.0), it includes an additional clause addressing network interaction.
- Mandates that the entire source code be accessible to users interacting with the software over a network.
- Ensures that modified versions and derivative works of the software also remain open-source by requiring them to adopt the AGPL-3.0 license.
- Grants end users the freedom to use, study, share, and modify the software.
- Preserves copyright notices, disclaimers, and license information within the source code. -Excludes the granting of patent rights; contributors with patents covering their contributions must license those patents to users.
- Relieves original authors and contributors of liability for damages or warranty claims.