aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/test.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-12-29 16:17:48 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-12-29 16:17:48 -0500
commit4cebaca70939b87c78537c5c3cd099e29e2e4e04 (patch)
tree3cac2d6948b8398cd1e6cbc4fb040bf4f635a18d /src/commands/dev/test.ts
parentfbafd023546315541c12c068b8125ded2b84b733 (diff)
downloadtanzanite-4cebaca70939b87c78537c5c3cd099e29e2e4e04.tar.gz
tanzanite-4cebaca70939b87c78537c5c3cd099e29e2e4e04.tar.bz2
tanzanite-4cebaca70939b87c78537c5c3cd099e29e2e4e04.zip
use new setFooter overload
Diffstat (limited to 'src/commands/dev/test.ts')
-rw-r--r--src/commands/dev/test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/dev/test.ts b/src/commands/dev/test.ts
index f3ac627..247ae20 100644
--- a/src/commands/dev/test.ts
+++ b/src/commands/dev/test.ts
@@ -62,7 +62,7 @@ export default class TestCommand extends BushCommand {
.setAuthor({ name: 'Author', iconURL: 'https://www.w3schools.com/w3css/img_snowtops.jpg', url: 'https://google.com/' })
.setColor(message.member?.displayColor ?? util.colors.default)
.setDescription('Description')
- .setFooter('Footer', message.author.avatarURL() ?? undefined)
+ .setFooter({ text: 'Footer', iconURL: message.author.avatarURL() ?? undefined })
.setURL('https://duckduckgo.com/')
.setTimestamp()
.setImage('https://media.sproutsocial.com/uploads/2017/02/10x-featured-social-media-image-size.png')