|
|
b8a214dedd
|
feat(lib,commands,options): StringOption for ChatCommand
|
2024-11-21 21:32:36 -03:00 |
|
|
|
7f2454c567
|
feat(lib,commands): UserCommand struct
|
2024-11-21 21:26:04 -03:00 |
|
|
|
f7d1311c25
|
feat(lib,commands): MessageCommand struct
|
2024-11-21 21:25:52 -03:00 |
|
|
|
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 |
|