Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 998 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 998 Bytes

discordgo-anime-bot

An anime themed Discord bot written in Go (using the DiscordGo library) to fetch cute anime images and GIFs!

Self-hosting

  1. Clone The Repository :
git clone https://github.com/ni5arga/discordgo-anime-bot/
cd discordgo-anime-bot
  1. Configure the Bot Token :
  • Open the main.go file in the project.
  • Replace "YOUR_BOT_TOKEN" with your bot token.
  1. Install Required Go Packages :
  • Install the required Go packages using go get:
go get github.com/bwmarrin/discordgo
go get github.com/tidwall/gjson
  1. Run The Bot :
go run main.go

Usage

Once the bot is up and running, you can interact with it in your Discord server by sending commands that start with an exclamation mark (!). You can check list of all the commands by sending !help.

License

This project is licensed under the MIT License.

Contributing

Feel free to contribute to this project by creating pull requests. Contributions ae always welcome!