diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-04 12:39:08 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-04 12:39:08 -0400 |
commit | bb774bbe0cfedd77be852f73448df061252b7c0a (patch) | |
tree | 579c2f11717dd5aa3a0d6ea990479368b338cd66 /src/commands/moulberry-bush | |
parent | 939f19c1a8a7efea00fc3df3504a41fc58a3b286 (diff) | |
download | tanzanite-bb774bbe0cfedd77be852f73448df061252b7c0a.tar.gz tanzanite-bb774bbe0cfedd77be852f73448df061252b7c0a.tar.bz2 tanzanite-bb774bbe0cfedd77be852f73448df061252b7c0a.zip |
I sure do love when one line causes 400 errors
Diffstat (limited to 'src/commands/moulberry-bush')
-rw-r--r-- | src/commands/moulberry-bush/moulHammer.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moulberry-bush/moulHammer.ts b/src/commands/moulberry-bush/moulHammer.ts index bc60372..8e78031 100644 --- a/src/commands/moulberry-bush/moulHammer.ts +++ b/src/commands/moulberry-bush/moulHammer.ts @@ -32,7 +32,7 @@ export default class MoulHammerCommand extends BushCommand { const embed = new MessageEmbed() .setTitle('L') .setDescription(`${user.username} got moul'ed <:wideberry1:756223352598691942><:wideberry2:756223336832303154>`) - .setColor(this.client.util.colors.purple); + .setColor(util.colors.purple); await message.util.send({ embeds: [embed] }); } } |