diff options
| author | 2018-07-29 11:41:28 +0200 | |
|---|---|---|
| committer | 2018-07-29 11:41:28 +0200 | |
| commit | b7f3cc086bdd27e7fb8a656ad66348b6bf489268 (patch) | |
| tree | 3c41f029f67adda015590ed6553b1dbf30c2aabf /pysite/views/api/bot | |
| parent | Fixed broken test (diff) | |
Addressing gdude comments
Diffstat (limited to 'pysite/views/api/bot')
| -rw-r--r-- | pysite/views/api/bot/clean.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/views/api/bot/clean.py b/pysite/views/api/bot/clean.py index 2ee3f62d..82d1e735 100644 --- a/pysite/views/api/bot/clean.py +++ b/pysite/views/api/bot/clean.py @@ -12,7 +12,7 @@ POST_SCHEMA = Schema({              "author": str,              "user_id": str,              "content": str, -            "role": str, +            "role_id": str,              "timestamp": str,              "embeds": object,              "attachments": [str],  |