Add commands API (#38)

This commit is contained in:
ArjixWasTaken
2022-10-06 01:11:32 +03:00
committed by GitHub
parent a9e67aa340
commit e563521416
8 changed files with 267 additions and 35 deletions

View File

@ -1,2 +1,3 @@
export * as MessageEvents from "./MessageEvents";
export * as Notices from "./Notices";
export * as Commands from "./Commands";