rewrite init + member count api

This commit is contained in:
2022-12-16 09:30:42 +01:00
parent 9df1e896c6
commit 77c1f0f664
7 changed files with 1894 additions and 0 deletions

View File

@@ -3,3 +3,9 @@
# gractwo/bot
The premier bot for Gractwo's discord operations.
### package scripts
- run `npm run start` to build and run the bot.
- run `npm run build` to only build the bot.
- run `npm run serve` to only run the bot.