This is a Discord bot, that helps us, 4Experience workers, automate food ordering process.
Features of a bot:
- Notifications about start and finish food voting
- Flexible orders list (CRUD operations with a few helper methods)
The bot was written with .NET 6 framework and Discord.NET library.
Because of 4Experience continue growing and managing food orders every day is becoming more and more complicated task, I decided to create this bot for us. For now a bot can only do simple operations, but in the future it's planned to add more great features (like Pyszne.pl integration).
- Create a bot on Discord Developers portal (or use existed one)
- Copy it's token (or ask admin about that)
- Add it to a Discord channel (or ask admin to add you to a developers channel)
- Create an enviroment variable with the name FOOD_BOT_TOKEN and value - copied token, on your server/dev computer
If you not a developer and want just to use bot - build this solution and start the program (console window should appear).
TODO