An open API service indexing awesome lists of open source software.

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.

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)