Discord Bot Skill

Discroft is a Discord bot that sends commands to Mycroft and returns messages to the Discord app/website. Utilizing the Discord API, you can send commands from anywhere! This can be set up by cloning the repository into your skills directory, installing discord.py, and following the instructions on the README. Please note this has only been tested on Picroft. Let me know what you think!

1 Like

Is there a reason you spin up a MessageBusClient object and not use mycroft_skills’ self.bus?

1 Like

I didn’t know that was there. I’ll work on that later today and try it out, thanks!