https://github.com/realtimechris/mbot-gamehouse-cpp
A game bot, written using the DiscordCoreAPI C++ Discord bot library.
https://github.com/realtimechris/mbot-gamehouse-cpp
Last synced: about 1 year ago
JSON representation
A game bot, written using the DiscordCoreAPI C++ Discord bot library.
- Host: GitHub
- URL: https://github.com/realtimechris/mbot-gamehouse-cpp
- Owner: RealTimeChris
- License: lgpl-2.1
- Created: 2021-07-20T03:55:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T13:00:18.000Z (over 2 years ago)
- Last Synced: 2025-03-28T09:01:38.597Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 114 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: License.md
Awesome Lists containing this project
README
# MBot-GameHouse
## [Commands](https://github.com/RealTimeChris/MBot-GameHouse-Cpp/tree/main/Commands)
---
### [Blackjack](https://github.com/RealTimeChris/MBot-GameHouse-Cpp/blob/main/Commands/Blackjack.hpp)
### [Dueling](https://github.com/RealTimeChris/MBot-GameHouse-Cpp/blob/main/Commands/Duel.hpp)
### [Roulette](https://github.com/RealTimeChris/MBot-GameHouse-Cpp/blob/main/Commands/Roulette.hpp)
### [Slots](https://github.com/RealTimeChris/MBot-GameHouse-Cpp/blob/main/Commands/Slots.hpp)
### [Coinflip](https://github.com/RealTimeChris/MBot-GameHouse-Cpp/blob/main/Commands/Coinflip.hpp)
### [Robbing](https://github.com/RealTimeChris/MBot-GameHouse-Cpp/blob/main/Commands/Rob.hpp)
### [Leaderboard](https://github.com/RealTimeChris/MBot-GameHouse-Cpp/blob/main/Commands/Leaderboard.hpp)
### [Shop](https://github.com/RealTimeChris/MBot-GameHouse-Cpp/blob/main/Commands/Shop.hpp)