#Usage:
- Create a .env file with the following keys: DISCORD_TOKEN (API Token from discord) CLIENT_ID (Client ID of the discord bot application) CLICKUP_AUTH_TOKEN (API Token from Clickup)
- Run npm install
- Deploy the commands using: ts-node src/deploy-commands.ts
- Run the bot application using npm run ts