diff options
author | ArjixWasTaken <53124886+ArjixWasTaken@users.noreply.github.com> | 2022-10-06 01:11:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 00:11:32 +0200 |
commit | e563521416052808bcec57057b921f0c0b6ca594 (patch) | |
tree | 6e0e116c7377bf5417b0be119f10316bc4cab998 /src/api/index.ts | |
parent | a9e67aa3400075ec4fb2fe6d59d006bae8981f0c (diff) | |
download | Vencord-e563521416052808bcec57057b921f0c0b6ca594.tar.gz Vencord-e563521416052808bcec57057b921f0c0b6ca594.tar.bz2 Vencord-e563521416052808bcec57057b921f0c0b6ca594.zip |
Add commands API (#38)
Diffstat (limited to 'src/api/index.ts')
-rw-r--r-- | src/api/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/index.ts b/src/api/index.ts index 7d39b95..7c379f9 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -1,2 +1,3 @@ export * as MessageEvents from "./MessageEvents"; export * as Notices from "./Notices"; +export * as Commands from "./Commands"; |