Restructure guilds table
This commit is contained in:
@ -35,7 +35,7 @@ pub async fn record_macro(
|
||||
"
|
||||
SELECT 1 as _e
|
||||
FROM command_macro
|
||||
WHERE guild_id = (SELECT id FROM guilds WHERE guild = ?)
|
||||
WHERE guild_id = ?
|
||||
AND name = ?
|
||||
",
|
||||
guild_id.get(),
|
||||
|
Reference in New Issue
Block a user