Got play to work

This commit is contained in:
Benjamin Sherriff
2023-10-07 23:26:12 -04:00
parent 690a327084
commit 0ec6264bfa
5 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
CREATE TABLE IF NOT EXISTS guilds (
id BIGINT PRIMARY KEY NOT NULL,
bot_id BIGINT NOT NULL,
volume DOUBLE PRECISION NOT NULL
);