wrightedu / CSE-Discord-Bot

Discord bot for the WSU CSE Discord server
GNU General Public License v3.0
2 stars 4 forks source link

Implements command `/reload_all` #382

Closed kaelabook closed 1 month ago

kaelabook commented 1 month ago

Description

This change makes it possible for dev members to reload all cogs instead of just one. I figured I would work on this because the issue was created way back in 2021. Works somewhat expected (reloads all cogs then goes jelly in the terminal). Please run and check that it works correctly!

~The exception it gives me is:~

~Command 'reload_all' raised an exception: InteractionResponded: This interaction has already been responded to before~

Works now! Thanks, @BPennie03!

Issues

Closes #24

Type of change

Select one or more of the following:

How Has This Been Tested?

Checklist:

kaelabook commented 1 month ago

Should I change the command name to /update? Thoughts?