Categorygithub.com/Alextopher/inspiration-bot
modulepackage
0.0.0-20230908001719-a2af1221a529
Repository: https://github.com/alextopher/inspiration-bot.git
Documentation: pkg.go.dev

# README

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.