ZaneyPoo / QuadBot

QuadBot - A silly Discord bot for me and my friends
2 stars 0 forks source link

Add command to create GitHub issues #6

Open ZaneyPoo opened 6 months ago

ZaneyPoo commented 6 months ago

Idea:

Add a user command which can create issues on this GitHub repo automatically using user provided messages. I think ideally, this would be primarily a slash command to better integrate with the more user-friendly GUI components that Discord offers. image

Possible Solutions:

From a brief initial search, I've found this library which could be used to add this functionality: PyGithub Similar to the ideas related to interacting with the OpenAI API #1 , this would best be played into a new Cog (QuadGit?) so that more related commands could be added down the line.

Tasks: