aboutsummaryrefslogtreecommitdiff
path: root/bot/src/events/GuildBanRemove.js
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-03-30 17:39:45 -0400
committerAndrew Lee <andrew@alee14.me>2025-03-30 17:39:45 -0400
commit48d906bfd8fade21c13e73ea703ecb699a19c533 (patch)
tree8551fd01f1cc146d1f2d5d3afaa75b257e833060 /bot/src/events/GuildBanRemove.js
parentd37cc8c56cbf8c9ffe7023c671abe0d579ea875d (diff)
downloadAleeBot-48d906bfd8fade21c13e73ea703ecb699a19c533.tar.gz
AleeBot-48d906bfd8fade21c13e73ea703ecb699a19c533.tar.bz2
AleeBot-48d906bfd8fade21c13e73ea703ecb699a19c533.zip
More eslint styling
Diffstat (limited to 'bot/src/events/GuildBanRemove.js')
-rw-r--r--bot/src/events/GuildBanRemove.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/events/GuildBanRemove.js b/bot/src/events/GuildBanRemove.js
index b1d2e74..976145d 100644
--- a/bot/src/events/GuildBanRemove.js
+++ b/bot/src/events/GuildBanRemove.js
@@ -13,7 +13,7 @@ export default {
.setDescription('This user got unbanned from this server.')
.addFields(
{ name: 'User:', value: `${ban.user.username}` },
- { name: 'User ID:', value: `${ban.user.id}`}
+ { name: 'User ID:', value: `${ban.user.id}` }
)
.setColor('#ff021b')
.setTimestamp();