Skip to content

Self hosted

Abdulrahman Salah edited this page May 24, 2022 · 3 revisions

There are a few different ways to begin using the bot, depending on your preferences

Easy Deploy

Use one of those free hosting providers

A. Heroku

Note: Requires a (free) Heroku account

Provides:

  • Free deployment of app
  • Downtime after periods of inactivity

Note: Requires a (free) Replit account

Provides:

Manual

Requirements
  • NodeJS v16.9 or newer
  • Git
  • Redis

Steps

  1. Clone the repo
$ git clone https://github.com/abdulrahman1s/Gabriel-bot.git
$ cd Gabriel-bot
  1. Create a file named .env and put the following
DISCORD_TOKEN=your-discord-token-here
REDIS_URI=redis-database-url
  1. Install the required packages and run
$ npm run build && npm run start
Clone this wiki locally