From 4d5ee92a56f83d5a1bc053e51660c6173668262c Mon Sep 17 00:00:00 2001 From: Sophie Mondz <47640864+IDeletedSystem64@users.noreply.github.com> Date: Thu, 3 Feb 2022 17:17:05 -0600 Subject: [PATCH] Change thumbnail to use the bots current avatar --- commands/info.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/info.js b/commands/info.js index 7d8b53c..21fd2c5 100644 --- a/commands/info.js +++ b/commands/info.js @@ -26,6 +26,7 @@ module.exports = { const os = require("os") var osu = require('node-os-utils') var cpu = osu.cpu + let botAvatar = client.user.displayAvatarURL() const embed = { "title": "<:AnitroxInfo:809651936831733791> Information about Anitrox", "description": "Everything you've ever wanted to know about Anitrox!",