diff --git a/commands/message/search/wolfram-alpha.js b/commands/message/search/wolfram-alpha.js index 346b70e..86229ca 100644 --- a/commands/message/search/wolfram-alpha.js +++ b/commands/message/search/wolfram-alpha.js @@ -28,6 +28,7 @@ function createWolframPage(context, pod, query, sources){ }) ] } + if(pod.icon) res.embeds[0].author.iconUrl = pod.icon if(pod.value) res.embeds[0].description = pod.value if(pod.value && pod.refs) { for(const r of pod.refs){