fixed stupid bug

This commit is contained in:
2025-03-20 21:04:58 +01:00
parent a32e477bf6
commit 8353ee6e49
+1 -1
View File
@@ -426,7 +426,7 @@ async fn get_c_id(ctx: Context<'_>) -> Option<ChannelId> {
return None; return None;
} }
let d = get_mutex_data(&ctx.data().reddit_data).await.unwrap(); let d = get_mutex_data(&ctx.data().discord_data).await.unwrap();
let c_id_u = let c_id_u =
d["servers"] d["servers"]
[ctx.guild_id().unwrap().to_string()] [ctx.guild_id().unwrap().to_string()]