| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-03-28 | (Webhook Detection): Call `on_message` instead repeating code. | -3/+1 | ||
| 2020-03-28 | (Webhook Detection): Fixed order of cog loading. | -1/+1 | ||
| 2020-03-28 | (Webhook Detection): Added `on_message_edit` listener for Discord Webhooks ↵ | -0/+7 | ||
| detecting. | ||||
| 2020-03-28 | (Webhook Detection): Alert message formatting changes, added `on_message` ↵ | -2/+9 | ||
| listener. | ||||
| 2020-03-28 | (Webhook Detection): Added URL returning to `scan_message` helper function. | -3/+4 | ||
| 2020-03-28 | (Webhook Detection): Created `delete_and_respond` helper function to handle ↵ | -2/+41 | ||
| Webhook URLs. | ||||
| 2020-03-28 | (Webhook Detection): Added `ModLog` fetching property. | -0/+6 | ||
| 2020-03-28 | (Webhook Detection): Added cog loading to __main__.py, created ↵ | -0/+10 | ||
| `scan_message` helper function to detect Webhook URL. | ||||
| 2020-03-28 | (Webhook Detection): Added webhook match regex. | -0/+4 | ||