- This project is template and light-weight framework for discordgo.
- This project is based by a discord bot muffinBot.
- builder-pattern
- command and message component, modal components loader (commands/discommand.go)
- paginated container (ComponentsV2, It looks like embed.)
-
Command example: commands/ping.go (commands/discord.go is command loader)
-
Message Component example: components/pagination_container.go
-
Modal Component example: modals/pagination_container.go
- You should set
.envfile to set bot configs. You can copy contents.env.examplefile's in.env.