const GET_TIKTOK_EMBED_FLAGS_SQL: &str = "SELECT \n    flags\nFROM \n    tiktok_embed_guild_settings \nWHERE \n    guild_id = :guild_id;";