From dc1039fa1e4ca4fe55e9ab2123260aa1a2006503 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Fri, 13 May 2022 10:50:42 -0400 Subject: filter: Fully flesh out deletion/review handler WIP: Currently, deletions do not work. Error returned: User event listener encountered an error on InteractionCreate event: The bot is not author of this message. --- migrations/20220503185837_review_channel.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 migrations/20220503185837_review_channel.sql (limited to 'migrations') diff --git a/migrations/20220503185837_review_channel.sql b/migrations/20220503185837_review_channel.sql new file mode 100644 index 0000000..d76049e --- /dev/null +++ b/migrations/20220503185837_review_channel.sql @@ -0,0 +1,7 @@ +-- Add migration script here +CREATE TABLE channels ( + id SERIAL PRIMARY KEY, + channel_id TEXT NOT NULL, + purpose TEXT NOT NULL, + guild_id TEXT NOT NULL +); -- cgit v1.2.3