working with discord - Lucie-Brosson/Big_Data_and_Self-project-y2s2 GitHub Wiki
When I first making my bots, I only work with events which are ok but are approximative. The biggest flow was the help command. Because every category I had written were events, the user could not access it using the help command. Which made me the only one able to know what commands were available.
After struggling for a few hours, I have managed to change all my categories into commands and access them into a personalize help box.
I found out that they were a lot of different features of discord that were interesting to code such as the presence tag that can be modified.
25/05/2021 - I have found a way to inform the user if their research has failed using the try and except python command.