https://github.com/ni5arga/discordgo-anime-bot
An anime themed Discord bot written in Go to fetch cute anime images and GIFs!
https://github.com/ni5arga/discordgo-anime-bot
anime discord-anime-bot discord-api discord-api-wrapper discordgo discordgo-anime discordgo-github discordgo-handler go hacktoberfest nekos-life weeb
Last synced: about 2 months ago
JSON representation
An anime themed Discord bot written in Go to fetch cute anime images and GIFs!
- Host: GitHub
- URL: https://github.com/ni5arga/discordgo-anime-bot
- Owner: ni5arga
- License: mit
- Created: 2023-10-16T19:31:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-16T19:36:30.000Z (over 1 year ago)
- Last Synced: 2025-03-26T05:33:25.237Z (2 months ago)
- Topics: anime, discord-anime-bot, discord-api, discord-api-wrapper, discordgo, discordgo-anime, discordgo-github, discordgo-handler, go, hacktoberfest, nekos-life, weeb
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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** :
```bash
git clone https://github.com/ni5arga/discordgo-anime-bot/
cd discordgo-anime-bot
```2. **Configure the Bot Token** :
- Open the `main.go` file in the project.
- Replace `"YOUR_BOT_TOKEN"` with your bot token.3. **Install Required Go Packages** :
- Install the required Go packages using `go get`:```
go get github.com/bwmarrin/discordgo
go get github.com/tidwall/gjson
```4. **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!