Add handling command ❌ reactions
and, uhh, rename invoker_id to author_id
This commit is contained in:
@@ -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()
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user