-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
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
B. Repl.it
Note: Requires a (free) Replit account
Provides:
- Free deployment of app
- Downtime after periods of inactivity (solution 1, solution 2)
- NodeJS v16.9 or newer
- Git
- Redis
- Clone the repo
$ git clone https://github.com/abdulrahman1s/Gabriel-bot.git
$ cd Gabriel-bot
- Create a file named
.env
and put the following
DISCORD_TOKEN=your-discord-token-here
REDIS_URI=redis-database-url
- Install the required packages and run
$ npm run build && npm run start