// This file is part of Macy . // Copyright (C) 2022-2022 Fuwn // // All Rights Reserved. // // Copyright (C) 2022-2022 Fuwn // SPDX-License-Identifier: UNLICENSED import { Macy } from "./macy.ts"; import { config } from "https://deno.land/x/dotenv@v3.2.0/mod.ts"; import { GatewayIntents } from "https://deno.land/x/harmony@v2.6.0/mod.ts"; (new Macy()).connect(config().TOKEN, [ GatewayIntents.GUILD_MEMBERS, ]);