Page cover image

🖱️Setting up MusicoBot

This page provides a quick overview of the setup process for Musico, guiding users through each step to ensure a smooth and customized experience.

Step 1

MusicoBot Permissions

Authorization Requirements


Step 2

  • After inviting Musico to your server, run the .setup command to initiate the setup process & add the custom #musico-request channel. In here you can complete the rest of the setup and start listening to music with Musico!


Step 3

  • Use the .set-prefix command and choose your desired prefix. For example

    .set-prefix !

The prefix in the context of Discord bots refers to the character or characters that users need to type before a command to invoke the bot's functionality. It helps distinguish bot commands from regular messages in a server.

  • For example, if a bot's prefix is set to . and there's a command to play music called "play", users would type .play to execute that command.

In essence, the prefix serves as a signal to the Discord server that the following text is a command intended for the bot to interpret and act upon. It's customizable,allowing server administrators to set it to their preferred character or string to avoid conflicts with other bots or server commands.


Step 4

  • Determine which text channels Musico can interact with and specify the voice channels where it's allowed to play music. This ensures seamless integration without cluttering unrelated channels.

  • For channel selection use .text-channels <channel name>

  • For voice channels use .set-voice <channel name>

Was this helpful?