jtn7 / jimbo-bot

A simple discord bot that supports user interaction for things like events and polls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JIMBO Bot

Description

This is a small Discord bot to get user interaction for things like events and polls. This bot uses the github.com/bwmarrin/discordgo package as the interface to Discord. Slash commands are used over !commands because of the impending privledged intent changes to the Discord API. For persistant data storage this project uses sqlite3.

Commands

Command Implemented
/event create ✔️
/event get

How to run the Bot

  1. Download the executable from the latest release.
  2. Set your Bot token (located in the Bot tab of your selected discord app)
$ export TOKEN=<bot token here>
  1. Run the executable
$ ./jimbo-bot

About

A simple discord bot that supports user interaction for things like events and polls.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%