forked from Just-Some-Bots/MusicBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
2,748 additions
and
617 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,29 @@ | ||
{ | ||
"--comment": [ | ||
"Aliases allow you to rename or shorten existing commands. ", | ||
"Alias names may contain anything, except for spaces. ", | ||
"The keys must be valid commands, and can have simple, space separated arguments. ", | ||
"Arguments passed by the user will be appended to any command arguments set here. ", | ||
" ", | ||
"For example, (replace _cmd_name_ with the command of your choice): ", | ||
"This will map _cmd_name_ to multiple aliases, alias1 & a_long_alias ", | ||
{ | ||
"_cmd_name_": ["alias1", "a_long_alias"] | ||
}, | ||
" ", | ||
"To alias a command with arguments, use something like the following: ", | ||
{ | ||
"_cmd_name_ arg1 arg2 argN": ["macro_alias"] | ||
}, | ||
"Lets say you have the following alias: ", | ||
{"config set MusicBot": ["setcfg"]}, | ||
"Users can use `setcfg DefaultVolume 0.40` to set default playback volume to 40%. " | ||
], | ||
|
||
"play": ["p"], | ||
"skip": ["s"], | ||
"queue": ["q"], | ||
"latency": ["ping"], | ||
"summon": ["join", "connect", "come"], | ||
"disconnect": ["leave", "stop"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.