Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 812 Bytes

README.md

File metadata and controls

63 lines (36 loc) · 812 Bytes

DiscordBot

A Discord Bot made with ruby and discordrb gem.

Dependencies

  • Ruby 3.1.2
  • PostgreSQL

Run Locally

Clone the project

  git clone https://github.com/D-Forz/DiscordBot.git

Go to the project directory

  cd DiscordBot

Create the database and run migrations.

You need to create a Database with the same name as in config/database.yml

  rake db:create
  rake db:migrate

Install dependencies

 bundle install

Start the bot

  bundle exec ruby app.rb

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

TOKEN

APPLICATION_ID

Contributing

Contributions are always welcome!

contant with me at discord @D-Forz#0526 for ways to get started.