Change thumbnail to use the bots current avatar
This commit is contained in:
parent
8ba415977d
commit
4d5ee92a56
|
@ -26,6 +26,7 @@ module.exports = {
|
||||||
const os = require("os")
|
const os = require("os")
|
||||||
var osu = require('node-os-utils')
|
var osu = require('node-os-utils')
|
||||||
var cpu = osu.cpu
|
var cpu = osu.cpu
|
||||||
|
let botAvatar = client.user.displayAvatarURL()
|
||||||
const embed = {
|
const embed = {
|
||||||
"title": "<:AnitroxInfo:809651936831733791> Information about Anitrox",
|
"title": "<:AnitroxInfo:809651936831733791> Information about Anitrox",
|
||||||
"description": "Everything you've ever wanted to know about Anitrox!",
|
"description": "Everything you've ever wanted to know about Anitrox!",
|
||||||
|
|
Reference in New Issue