https://github.com/realtimechris/mbot-musichouse-cpp
A music bot, written using the DiscordCoreAPI C++ Discord bot library.
https://github.com/realtimechris/mbot-musichouse-cpp
Last synced: about 1 year ago
JSON representation
A music bot, written using the DiscordCoreAPI C++ Discord bot library.
- Host: GitHub
- URL: https://github.com/realtimechris/mbot-musichouse-cpp
- Owner: RealTimeChris
- License: lgpl-2.1
- Created: 2022-05-12T04:37:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T00:33:23.000Z (over 1 year ago)
- Last Synced: 2025-03-28T09:04:41.273Z (over 1 year ago)
- Language: C++
- Size: 225 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: License.md
Awesome Lists containing this project
README
# MBot-MusicHouse
## [Commands](https://github.com/RealTimeChris/MBot-MusicHouse-Cpp/tree/main/Commands)
---
### [Play](https://github.com/RealTimeChris/MBot-MusicHouse-Cpp/blob/main/Commands/Play.hpp)
### [Skip](https://github.com/RealTimeChris/MBot-MusicHouse-Cpp/blob/main/Commands/Skip.hpp)
### [Queue](https://github.com/RealTimeChris/MBot-MusicHouse-Cpp/blob/main/Commands/Queue.hpp)
### [Stop](https://github.com/RealTimeChris/MBot-MusicHouse-Cpp/blob/main/Commands/Stop.hpp)
### [Clear](https://github.com/RealTimeChris/MBot-MusicHouse-Cpp/blob/main/Commands/Clear.hpp)
### [Play Right-Now](https://github.com/RealTimeChris/MBot-MusicHouse-Cpp/blob/main/Commands/PlayRN.hpp)
### [Play-Q](https://github.com/RealTimeChris/MBot-MusicHouse-Cpp/blob/main/Commands/PlayQ.hpp)
### [Disconnect](https://github.com/RealTimeChris/MBot-MusicHouse-Cpp/blob/main/Commands/Disconnect.hpp)
### [Set Music Channel](https://github.com/RealTimeChris/MBot-MusicHouse-Cpp/blob/main/Commands/SetMusicChannel.hpp)
### [Loop-All](https://github.com/RealTimeChris/MBot-MusicHouse-Cpp/blob/main/Commands/LoopAll.hpp)
### [Loop-Song](https://github.com/RealTimeChris/MBot-MusicHouse-Cpp/blob/main/Commands/LoopSong.hpp)
### [NP (Now-Playing)](https://github.com/RealTimeChris/MBot-MusicHouse-Cpp/blob/main/Commands/Np.hpp)