| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-08-28 | Change cache usage | -18/+46 | ||
| The cache is used only when all channels are used, as before. Unlike before, using all channels requires using "*" in the channels argument. Before all channels would be used if use_cache was set to True. Using all channels uses the cache by default. To traverse every single text channel in the server, setting use_cache to False is required in the command. | ||||
| 2021-08-27 | Don't delete clean cancel embed in mod channel | -1/+4 | ||
| 2021-08-27 | Change `from-to` primary name to `between` | -2/+2 | ||
| 2021-08-27 | Correct logging comment | -1/+1 | ||
| 2021-08-27 | Move setting cleaning flag to correct line | -2/+1 | ||
| Between the concurrency check and setting the cleaning flag to True there was an await statement, which could potentially cause race conditions.The setting of the flag was moved to right below the concurrency check. | ||||
| 2021-08-27 | Move clean logging to a helper function | -11/+11 | ||
| 2021-08-27 | Moved clean cog to moderation ext | -0/+0 | ||
| The cog is moderation related and all commands are exclusive to moderators. | ||||