My projects - Python - Support system

I learned the Python language in high school and had the idea to make Discord bots. My biggest project was my support system. This system forwarded private messages that the bot received to a channel accessible to administrators on a server. Administrators could respond to the user and their messages were also forwarded. Thanks to this, users could ask for help and each administrator could try to help, instead of asking a single administrator in private.

User view

User view

Admin view

Admin view

Admin has user information like id, name... and can also see when the user edit or delete a message

Admin view