mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
feat: add DEFAULT_ALLOWED_SERVERS .env value
This commit is contained in:
parent
f7fede47bd
commit
4a5e8ded75
4 changed files with 20 additions and 1 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue