jarvis657 / discord-bot

Basic discord bot written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Bot

A discord bot written Go with a variety of features for a discord server. This bot utilizes discordgo library, a free and open source library.

Table of Contents

  1. Features
  2. Usages
  3. Building Discord Bot
  4. Running Discord Bot

Features

  • Airhorns On Demand
  • Overwatch Stats
  • Canned Responses

Usages

  • !airhorn - plays an airhorn in the current voice channel
  • !addowuser - register the current user id with an Blizzard ID
  • !owstats - queries the current user's Overwatch competitive ranking

Build Discord Bot

go build -o discord-bot ./...

Running Discord Bot

./discord-bot -t <token>

About

Basic discord bot written in Go

License:Do What The F*ck You Want To Public License


Languages

Language:Go 100.0%