feat(api): request api (#80)

This commit is contained in:
sct
2020-09-13 18:55:35 +09:00
committed by GitHub
parent b600671acc
commit f4c2c47e56
8 changed files with 274 additions and 13 deletions

View File

@@ -6,6 +6,7 @@ export enum Permission {
MANAGE_REQUESTS = 16,
REQUEST = 32,
VOTE = 64,
AUTO_APPROVE = 128,
}
/**