/FoxySupport

🦊 Foxy Support is the Foxy's Support Server's bot

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

💁‍♀️ Foxy Support



⚠ Warning

  • This bot is private, it can't be added to your server!
  • If you're looking for Foxy source code, click here
  • We do not support self-hosting, use at your own risk

💁‍♀️ Self-hosting

  • Firstly, you need to clone this repository using:
git clone https://github.com/FoxyTheBot/FoxySupport

💻 Requirements

  • Node.js v18 or higher
  • Git
  • TypeScript Compiler
  • Yarn

🛠 Installing Dependencies

  • Open a terminal in the project folder
  • Run yarn in the project root to install dependencies

🚀 Configuring

  • Create a file called config.json
  • Copy the following code and paste it in the file
{
    "token": "YOUR-BOT-TOKEN",
    "ownerId": "YOUR-DISCORD-ACCOUNT-ID",
    "clientId": "YOUR-BOT-ID",
    "isProduction": false,
    "mongouri": "YOUR-MONGODB-URI you can create it in https://www.mongodb.com/"
}

✨ Compiling

  • To compile source, you need to run yarn build or npx tsc in your terminal
  • Check if a folder called build/ has been created

🏃‍♂️ Running

  • Finally, to run the instance, you need to execute yarn start or node . in your terminal