Alextopher / inspiration-bot

Discord bot that sends messages from https://inspirobot.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inspiration Bot

Uses the InspiroBot API to generate random inspirational quotes and images.

Note: This bot is not affiliated with the creators of InspiroBot.

Features

This bot adds 2 commands to your server:

  • /inspiration - sends a machine-generated inspirational quote and image
  • /source - links to the source code of this bot

Usage

  1. Invite the bot to your server https://discord.com/api/oauth2/authorize?client_id=1033443886472904764&permissions=0&scope=bot%20applications.commands

  2. Call /inspiration !

I do keep some metrics of the bot usage, feel free to self-host it instead!

Development

DISCORD_TOKEN is required as environment variables. These are set in a .env file like so:

DISCORD_TOKEN=<token>

To learn more about discord bot development, visit discord developers docs.

About

Discord bot that sends messages from https://inspirobot.me/

License:MIT License


Languages

Language:Go 92.1%Language:Dockerfile 7.9%