aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/api/bot/clean.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/views/api/bot/clean.py')
-rw-r--r--pysite/views/api/bot/clean.py2
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],