Drack112 / go-diego-bot

Public discord bot with features created in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Golang logo
GO DIEGO - BOT

Bot features made with golang for Discord

Key FeaturesHow To UseDownloadCreditsRelatedLicenseOthers

Key Features

  • Slash commands
  • The bot supports both slash commands and prefix commands ("!"). To show slash commands, type /help.
  • Ping-pong
    • If you send !ping, the bot responses pong, else if !pong, the bot responses ping.
  • Help bombas!
    • if you type a phrase that have java in the string, the bot will tag the some members (i add example member ID) in the server to help you. (CUSTOMIZABLE)
  • Greeting
    • The bot will greeting you if you send "!Oi diego" to him.
  • Image generator
    • Diego bot responses with an image if you send "!picture (your substantive).
  • Clear messages
    • Diego will clear the chat with the number of messages that you provide (MAX: 100).

How To Use

To clone and run this application, you'll need Git and Golang and the Docker to run the app in container

# Clone this repository
$ git clone https://github.com/Leoff00/go-diego-bot.git

# Go into the repository
$ cd go-diego-bot

# Run the project locally
$ go mod download && go mod tidy && go run main.go

# Run the project in container
$ docker-compose up 

Note If you're using Linux Bash for Windows, see this guide or use golang from the command prompt.

Download

You can download the latest installable version of Markdownify for Windows, macOS and Linux.

Credits

This software uses the following open source packages:

You may also like...

  • Gocheckitout - My side project that makes request in websites simultaneously and check status and stuffs made with golang.

License

MIT


Others

Read the CHANGELOG.MD

About

Public discord bot with features created in golang

License:MIT License


Languages

Language:Go 98.1%Language:Dockerfile 1.2%Language:Shell 0.7%