Blobot is a Discord bot for letting users run some blob code.
Assuming you have cargo in your PATH:
TOKEN="YOUR_BOT_TOKEN" cargo runwill 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.