diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-12-26 22:23:45 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-12-26 22:23:45 +0000 |
commit | 60e3641665cd5c91421782d481c25a89cb61c6be (patch) | |
tree | c900b2ff20c9606d707371d49df6a3c18b16673d /src/lib/common | |
parent | 4990d33a22779b524ff6476bb05fcc21cad4eace (diff) | |
download | tanzanite-60e3641665cd5c91421782d481c25a89cb61c6be.tar.gz tanzanite-60e3641665cd5c91421782d481c25a89cb61c6be.tar.bz2 tanzanite-60e3641665cd5c91421782d481c25a89cb61c6be.zip |
Automatically format code
Diffstat (limited to 'src/lib/common')
-rw-r--r-- | src/lib/common/AutoMod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/common/AutoMod.ts b/src/lib/common/AutoMod.ts index e5487c3..cc1bbbd 100644 --- a/src/lib/common/AutoMod.ts +++ b/src/lib/common/AutoMod.ts @@ -261,7 +261,7 @@ export class AutoMod { .addField('Message Content', `${await util.codeblock(this.message.content, 1024)}`) .setColor(color) .setTimestamp() - .setAuthor({name: this.message.author.tag, url: this.message.author.displayAvatarURL()}) + .setAuthor({ name: this.message.author.tag, url: this.message.author.displayAvatarURL() }) ], components: highestOffence.severity >= 2 |