Roy Huang
Roy Huang
The current xkcd code is not very modular, making other refactoring efforts hard. I suggest the following: - [ ] Move all async logic (including sending messages) to the main...
Currently we use `discord.Client` for our bot client that can be updated to a more feature rich [`discord.ext.commands.Bot`](https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#bots). This will free up the cluttered `on_message` check that we currently use...
Ported over from TODO spreadsheet Create a report command `!report` using slash commands
Wipe inactive directories automatically. Also, notify the users two weeks or so before the wipe date via email to give them time to either backup important files or prevent the...