Skip to content

fvdveen/mobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobot: A modular discord bot

Mobot is a modular discord bot written using discordgo.

Contents

  1. Install
  2. Update
  3. Run
  4. Plugins

Install

  • Prerequisites git, docker and docker-compose installed and a discord token and a google API key
  • Run:
git clone https://github.com/FrisovanderVeen/mobot
  • Change directory into mobot/bot
  • Rename config.toml.sample to config.toml
  • Edit the settings
[discord]
Token = "YOUR DISCORD TOKEN"
Prefix = "YOUR PREFIX"

[youtube]
Key = "YOUR API KEY"
  • Change directory into mobot
  • Run:
docker-compose build

Update

  • Change directory into mobot
  • Run:
git pull origin master
docker-compose build

Run

  • Change directory into mobot
  • Run:
docker-compose up

Plugins

Plugins are modules that can be added or removed to add or remove functionality. They should be self enclosed and removing one should not break the bot or other plugins.

Releases

No releases published

Packages

 
 
 

Languages