| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 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. | ||||