Skip to content

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.

Summary

? : 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.

Parameters

  • User (optional)
    • Username of a server member

Usage

/print

Example

Printing theme song

Sets the user's theme song to the given link for the given duration.

Parameters

  • 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

Usage

/set <YouTube link>
/set <YouTube link> <duration>

Example

Setting theme song

Sets the user's theme song duration to the given decimal value.

Parameters

  • Duration (seconds)
    • Decimal number between 1 and 20

Usage

/set-duration <duration>

Example

Setting theme song duration

Deletes the user's theme song. The bot will no longer join the voice channel when the user enters.

Parameters

None

Usage

/delete

Example

Deleting user theme song
Clone this wiki locally