Initial commit
This commit is contained in:
commit
8c6f7d4379
21 changed files with 4184 additions and 0 deletions
7
migrations/00004_webhooks.sql
Normal file
7
migrations/00004_webhooks.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
create table
|
||||
webhooks (
|
||||
guild_id text not null references guilds (id),
|
||||
channel_id text not null primary key,
|
||||
webhook_id text not null,
|
||||
webhook_token text not null
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue