Restructure guilds table
This commit is contained in:
@ -18,7 +18,7 @@ impl Recordable for Options {
|
||||
"
|
||||
INSERT INTO todos (guild_id, value)
|
||||
VALUES (
|
||||
(SELECT id FROM guilds WHERE guild = ?), ?
|
||||
?, ?
|
||||
)
|
||||
",
|
||||
ctx.guild_id().unwrap().get(),
|
||||
|
Reference in New Issue
Block a user