Introduction
Discog is a Go package and a discord bot library which uses Discordgo to interact with Discord API.
What it provides
- Command manager
- Better project structure.
- An easy way to design & develop bots.
Why discog ?
Discog provides a better way to build discord bot using discord go offical bindings. And it's fully flexible you can use discordgo at anywhere you want while building your bot.
Project Setup
Create a new folder named whatever you want. For example : my-discord-bot
go mod init discordbot
go get github.com/kisshan13/discog
In the next section we will see how we can create a Discord bot.