Giter VIP home page Giter VIP logo

rrbot's Introduction

RR Bot

The bot for the Rush Reborn Discord server, heavily inspired by the DEA Discord bot.

Features

RR is a Discord bot that can do many, many things. It's got a cash system, it's got music playing support, it's got various moderation commands, and tons of other stuff. Oh, and it's highly configurable.

Issues?

The bot is constantly in development, and issues are bound to come up (especially because I suck at testing features). If you've run into an issue, it is greatly preferred that it is reported in the #bug-reports channel of the official Discord server. If you absolutely don't want to, then the Issues section of the repository is fine.

If you know what you're doing, it is encouraged that you create a pull request. I will make sure to go over it and respond as quickly as possible, and you will receive a role in the Discord for your work if it makes it in.

Running your own instance of the bot

In order to build the bot, you will need to create a file named Credentials.cs in the bot's main directory. The code will need to look exactly like this:

namespace RRBot;
public static class Credentials
{
    public const string CREDENTIALS_PATH = "[PATH TO FIRESTORE CREDENTIALS]";
    public const string TOKEN = "[DISCORD BOT TOKEN]";
}

You can get the bot token from your instance of the bot's application at https://discord.com/developers, under the "Bot" tab.

As the bot uses Firestore as its database, you will need to create your own database and generate a credentials file. For information on how to, see this page for creating the database and/or this page for authentication.

In order to use the music features of the bot, you will need to get the latest release of Lavalink and throw it in the bot's main directory. You will need to run it alongside the bot.

rrbot's People

Contributors

bowdown097 avatar dannyparker0001 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.