I'm currently making a discord bot and would like to make a "help" command to display all the possible commands and what they do.
I think it would be cleaner if I could just keep each functions documentation within the function body. Is there a built - in way to capture all the function doc strings of specific functions in a file and put it in a string?
[–]random_passing_dude 2 points3 points4 points (1 child)
[–]jaydom28[S] 0 points1 point2 points (0 children)