This is Discord Bot made with C# and DSharpPlus for time management with the Pomodoro Technique, mainly to be used in study servers.
You can add the Discord Bot using this link
Update: The link no longer works because my Azure account is back to the free tier and cannot host it continously. Feel free to follow the steps below to run/host the bot yourself
- Create a Discord Developer Profile and a create a new Application
- Generate an OAuth2 URL and use it to invite the bot to the desired server
- Clone this repository
- Generate the Discord Bot Token and set it as the Token string inside Program.cs
- Set up FFMPEG
- Set the file paths for the AlarmSounds and FFMPEG inside Commands/TimerCommands.cs
- Run or host the program/bot

