Skip to content

Suylo/Discord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Join Discord

Discord-Bot

A Template Discord bot made in Ruby with discord.rb

Introduction

  1. I'm a beginner on Ruby and even more with discord.rb.
  2. If you have any advices to give me on my code, on the way to do it, the structure or if I don't respect some conventions. I'm a good listener and that's why you can join my discord and help me (So that I can improve a maximum !).

Installation

Windows :

  1. Download & install Ruby latest version with DevKit.
  2. Download & install Git for Windows.
  3. Create a folder, go in, then
  4. Right click, and click Git Bash here
  5. Clone repo
 git clone https://github.com/Suylo/Discord-Bot.git
  1. Go in /Discord-Bot
 cd /Discord-Bot
  1. Install ruby gem discordrb
 gem install discordrb
  1. Create a file named token.json in /utils/
{
    "token": "TOKEN HERE"
}
  1. Grab your token from discord developer apps : Tutorial here
  2. Run the bot with :
 ruby index.rb

And normally everything works! Good luck and enjoy !

Linux :

  • Coming later

About

Discord bot using Ruby and discord.rb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages