feat: add DEFAULT_ALLOWED_SERVERS .env value

This commit is contained in:
Dragory 2022-08-06 22:12:40 +03:00
parent f7fede47bd
commit 4a5e8ded75
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
4 changed files with 20 additions and 1 deletions

View file

@ -4,6 +4,7 @@ import { BaseRepository } from "./BaseRepository";
import { AllowedGuild } from "./entities/AllowedGuild";
import moment from "moment-timezone";
import { DBDateFormat } from "../utils";
import { env } from "../env";
export class AllowedGuilds extends BaseRepository {
private allowedGuilds: Repository<AllowedGuild>;