GithubHelp home page GithubHelp logo

boomerbot's Introduction

BoomerBot

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes, also the steps to configure to your discord application bot.

Prerequisites

To build the project it is necessary to have installed .NET 3.0 version. You can install it on the following link:

Also is needed create a application and a bot on Discord. You can do it here. For more information about how to create a bot on discord, you can check the this guide.

Configuration

The first thing you should do is configure your appsettings.Developmnent.json with your Discord Application Token. You can do it just editing the appsettings.json file

  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "DiscordToken": "YOUR TOKEN HERE",
  "DiscordCommandPrefix": "okb!"```

You can find tour token on the Bots section of your application settings at https://discord.com/developers/ applications. Remember that you should NOT share the bot token with anyone.

Run

Just compile and execute the project and wait for the Ok boomer on http://localhost:4437 . If you dont know how to execute it, just put the following command on the terminal:

dotnet build --configuration Developmnent

Functions

Currently, the following commands has been implemented:

  • (Ping) Say ok -> The bot will anwer "boomer" to you.
  • Say Boomer -> The bot will insult you.
  • Include an negative adjective on your message -> The bot will insult you.
  • Cry with Llorón rol -> The bot will insult you.

Developed by

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.