rosskynch / UTAPugBot

PugBot for the UT assault community.
MIT License
2 stars 3 forks source link

Add reload command to reload the cogs #6

Closed rosskynch closed 4 years ago

rosskynch commented 4 years ago

reload_extension: https://discordpy.readthedocs.io/en/latest/ext/commands/api.html?highlight=reload_extension#discord.ext.commands.Bot.reload_extension

useful SO post here: https://stackoverflow.com/questions/40667445/how-would-i-make-a-reload-command-in-python-for-a-discord-bot

Example admin cog here: https://github.com/Rapptz/RoboDanny/blob/rewrite/cogs/admin.py

rosskynch commented 4 years ago

Addressed this in 626b273dc6e32b409226bbc634231da7d3e201f4

Closing.