/blobot

A discord bot for running some blob code

Primary LanguageRustMIT LicenseMIT

Blobot

Blobot is a Discord bot for letting users run some blob code.

Installation

Assuming you have cargo in your PATH:

TOKEN="YOUR_BOT_TOKEN" cargo run

will get the bot up and running. If you also want to have some logs showing up, you can add

LOGS="blobot,events"

to your command line.

A bot prefix can also be provided to the commande-line, with

PREFIX="prefix"

It defaults to B> if not provided.