/The-Man-Bot

A bot for the Empire of Man

Primary LanguageTypeScriptGNU General Public License v2.0GPL-2.0

Requirements

  • node v16.9.0 or higher
  • git command line

Installation

  • Run git clone https://github.com/10407dev/The-Man-Bot.git
  • Run cd The-Man-Bot && npm install

Starting

  • Create a file named .env and fill it like so:
TOKEN=TOKENHERE
CLIENT_ID=CLIENTIDHERE
TESTING_GUILD_ID=TESTINGGUILDIDHERE
# TESTING_GUILD_ID is required for dev commands to be deployed
  • Run npm run deploy to deploy commands
  • Run npm start