import { client } from "@/discord"; import config from "@/config"; async function main() { await client.login(config.discord.token); } await main();