BluePotatoBP / sapphire-bot-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sapphire Bot

This is a discord bot written in JS using NodeJS and the Sapphire framework, mostly for testing.

Run Locally

Clone the project

  git clone https://github.com/BluePotatoBP/sapphire-test

Go to the project directory

  cd sapphire-bot-temp-name

Install dependencies

  npm install

Start the bot

  npm run dev

Environment Variables

To run the bot, you will need to create a .env file with the following environment variables inside:

DISCORD_TOKEN=TOKEN

OWNERS=ID (if theres multiple owners separate with ,)

PREFIX=. (default)

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%