mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Add handling command ❌ reactions
and, uhh, rename invoker_id to author_id
This commit is contained in:
parent
05cc30279a
commit
56bb5e975f
3 changed files with 33 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
create table command_message
|
||||
(
|
||||
message_id bigint primary key,
|
||||
invoker_id bigint not null,
|
||||
author_id bigint not null,
|
||||
timestamp timestamp not null default now()
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue