Skip to content

D-Forz/DiscordBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.