fixed stupid bug
This commit is contained in:
+1
-1
@@ -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()]
|
||||||
|
|||||||
Reference in New Issue
Block a user