public static async getGuildById(id: string): Promise<DBGuildPropertySchema> {
        return await (this.getModel().findOne({id}));
    }