Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Quickstart

PapyrusThePlant edited this page Apr 15, 2020 · 12 revisions
  1. Install Python 3.6 or newer, FFmpeg and Git
  2. Get the bot
  3. Get a bot token from Discord.
    Make sure to spread some panda love by naming your bot Panda or Music Panda and by using one of the the provided images as its avatar ! (the images are also included in the bot's folder from step 2) :)
  4. Add the bot to your server
  5. Open the bot's folder
  6. Create the folder conf, and inside, create a file named panda.json as follow :
        {
        "prefix": "insert a custom command prefix here",
        "token": "copy your bot token here",
        "extensions": ["core"]
        }
    Note that the bot will always recognise its mention as a prefix
  7. Configure the extensions you want to use.
  8. Execute run_linux_mac.sh or run_windows.bat depending on your OS
Clone this wiki locally