Wiki

Clone wiki

funkbot / Home

Home

Getting Started

Refer to Getting Started to create your Bot application and user, add it to your discord server, and deploy a funkbot instance.

Features

Commands

Command Options Description
/help module Provides a top-level help message, or a module specific message when module is provided. Enumerates commands and options.
/play URL | Query Adds the song specified by URL | Query to the end of the queue, creating a new queue if needed.
/remove position Removes the song specified by position from the queue.
/save name Saves the current queue, if any, using the specified name.
/load name Loads the queue specified by name if it exists. Overwrites the current queue, if any.
/delete name Deletes the specified saved queue by name if it exists.

Updated