Add support for deleting messages from discord

This commit is contained in:
Gary Kramlich
2022-02-08 05:18:25 -06:00
parent 8380c4b1b0
commit 3e9f927ed4
4 changed files with 90 additions and 40 deletions

View File

@@ -9,6 +9,9 @@ CREATE TABLE portal (
avatar TEXT NOT NULL,
avatar_url TEXT,
type INT,
dmuser TEXT,
first_event_id TEXT,
PRIMARY KEY (channel_id, receiver)