Hey,
I was working on my Discord bot project. I want to get some code reviews from more experienced rustaceans.
The bot is an interface between a Discord server and the Google Calendar associated with it. When you add a bot to your server, it creates a Google Calendar associated with the server. You can get the calendar URL using the /list_events
command.
All the communication with the calendar is done via Discord slash commands on your server.
All the commands are described in the README.md file on github.
The PR for code reviews: Development by YBoy-git · Pull Request #1 · YBoy-git/discalen · GitHub
I'll be grateful for your code reviews.
Thank you for your attention!