19 lines
937 B
Markdown
19 lines
937 B
Markdown
# Bot commands
|
||
|
||
**!get** `beatmapset ID`: Return the beatconnect download link for the corresponding beatmapSet.
|
||
|
||
**!search** `query`: Perform a search as on beatconnect’s website and return the 4 first ranked occurrences and a link to the other results on Beatconnect.
|
||
|
||
**!beat** : Return the beatconnect download link of the current beatmap in a multiplayer match.
|
||
|
||
**!createRoom** `room name`: Create a multiplayer room with the specified name and send you an invite once the room is ready.
|
||
|
||
**!join** `match ID` : Request the bot to connect to the specified match (Bot must be added as match referee before with `!mp addref`).
|
||
|
||
**!infos** : Return a list of all available commands.
|
||
|
||
These examples use the `!` prefix you can change it in the settings section of the app ( need a restart of the app to be applied ).
|
||
|
||
### Related documentation
|
||
- [Connect to a multiplayer match](./connect-to-multiplayer-match.md)
|