meme-bot

command module
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 22, 2024 License: MIT Imports: 21 Imported by: 0

README

Meme Bot

Discord Bot for making memes

Getting Set Up

Building/Running From Source
  • Ensure you have Go v1.22.3+ installed
  • Install dependencies with the command go mod tidy
  • Specify your bot token in a new .env file
  • Run the application with go run . (don't forget the .)
Air

You can use Air for live reloading during development. Simply install Air with the following command:

go install github.com/air-verse/air@latest

and then you can type air in your terminal to run the application.

Downloading Pre-Built Binaries

You can find pre-built memebot binaries for Windows, Linux, and MacOS on the meme-bot repo's releases page.

If you prefer downloading via the cli, use one of the following commands below:

# Windows amd64
irm -Uri https://github.com/jere-mie/meme-bot/releases/latest/download/memebot_windows_amd64.exe -O memebot.exe

# Linux amd64
curl -L https://github.com/jere-mie/meme-bot/releases/latest/download/memebot_linux_amd64 -o memebot && chmod +x memebot

# MacOS arm64 (Apple Silicon)
curl -L https://github.com/jere-mie/meme-bot/releases/latest/download/memebot_darwin_arm64 -o memebot && chmod +x memebot

# MacOS amd64 (Intel)
curl -L https://github.com/jere-mie/meme-bot/releases/latest/download/memebot_darwin_amd64 -o memebot && chmod +x memebot

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL