Commit Graph

3 Commits

Author SHA1 Message Date
f99e3dd4e5 feat(lib,commands): ChatCommand object/struct 2024-11-21 21:25:29 -03:00
c8f45183f6 feat(lib,commands): Command interface 2024-11-21 21:24:46 -03:00
ac523cba73 feat(lib): new bot abstraction library
following the idea from [Comicverse's library
package](https://forge.capytal.company/capytalcode/project-comicverse/src/branch/main/lib),
a new package inside the "lib" folder was created, to make a abstraction
over the discordgo package. The idea is to follow something similar to
the http package with it's router with Handle functions and with
inspirations from the package
[Disgolf](https://github.com/FedorLap2006/disgolf).
2024-11-21 21:23:09 -03:00