Skip to content

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

License

Notifications You must be signed in to change notification settings

FoxyTheBot/FoxySupport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’β€β™€οΈ 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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published