Voxel-Fox-Ltd / VoxelBotUtils

An extension of the Discord.py library to improve the bot development process.
https://voxelbotutils.readthedocs.io/en/latest/
GNU General Public License v2.0
34 stars 12 forks source link

Create a new CMD arg for running the bot as a webserver #132

Closed 4Kaylum closed 3 years ago

4Kaylum commented 3 years ago

This is where Discord is pushing bots anyway, so hey! Why not! I don't think I'll do any checks for like "hey this command waits for a message >:c", I'll just handle things as I do anyway. I might need to deal with how Bot.dispatch works, but that's fine enough.

4Kaylum commented 3 years ago

This will be helpful, pulled straight from Discord's example repo.

4Kaylum commented 3 years ago

Added.