From b7f3cc086bdd27e7fb8a656ad66348b6bf489268 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sun, 29 Jul 2018 11:41:28 +0200 Subject: Addressing gdude comments --- pysite/views/api/bot/clean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pysite/views/api/bot/clean.py') 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], -- cgit v1.2.3