feat(api): add /sync-from-legacy route

This commit is contained in:
41666 2021-03-21 21:34:06 -04:00
parent a983492154
commit 28d573043d
15 changed files with 260 additions and 6 deletions

View file

@ -10,8 +10,9 @@ export type Guild = {
};
export enum Features {
None,
None = 0,
Preview = None,
LegacyGuild = 1 << 1,
}
export type GuildData = {