-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Adamo Orsini edited this page Feb 9, 2023
·
4 revisions
This section breaks down each command by their uses, possible inputs, and defaults.
To view the implementation of the command in the code, simply click the command name in the heading to be redirected to that command's section in the source code.
? : Optional parameter
Command | Parameter(s) | Default(s) | Usage |
---|---|---|---|
/print |
User? | Print user's theme song | |
/set |
Link Duration? |
No change 10 seconds |
Set user's theme song |
/set-duration |
Duration | No change | Set user's theme song duration |
/delete |
Delete user's theme song |
Prints the user's theme song.
- User (optional)
- Username of a server member
/print
Sets the user's theme song to the given link for the given duration.
- YouTube link
- Public YouTube link
- YouTube search criteria
- Will select the first search option as the theme song
- Experimental: Use the YouTube Share > Start at feature to create a link that starts the YouTube video at a given time
- Duration (seconds) (optional)
- Default is 10
- Decimal number between 1 and 20
/set <YouTube link>
/set <YouTube link> <duration>
Sets the user's theme song duration to the given decimal value.
- Duration (seconds)
- Decimal number between 1 and 20
/set-duration <duration>
Deletes the user's theme song. The bot will no longer join the voice channel when the user enters.
None
/delete