Skip to content

Commit 51d957a

Browse files
committed
chore: removed spaces
1 parent ce5f421 commit 51d957a

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

functions/EVENT/guildBanAdd.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ async function messageBannedUserInGuild(channelID, userTag, userID, banReason, s
3535
sendMessage(
3636
channel,
3737
`Tag: \`${userTag}\`
38-
ID: \`${userID}\`
39-
Reason: \`\`\`${banReason || 'none'}\`\`\``,
38+
ID: \`${userID}\`
39+
Reason: \`\`\`${banReason || 'none'}\`\`\``,
4040
`A user on your server has been banned on '${serverName}'!`,
4141
'ORANGE',
4242
`For more information and other bans and memos use '/lookup ${userID}'`,
@@ -48,9 +48,9 @@ async function messageBannedAliasUserInGuild(channelID, userTag, userID, warnRea
4848
const channel = await client.channels.cache.get(channelID);
4949
const body = `**The user \`${userTag}\` is an alias of a user that has been banned!**
5050
51-
Tag: \`${orgUserTag}\`
52-
ID: \`${userID}\`
53-
Reason: \`\`\`${warnReason || 'none'}\`\`\``;
51+
Tag: \`${orgUserTag}\`
52+
ID: \`${userID}\`
53+
Reason: \`\`\`${warnReason || 'none'}\`\`\``;
5454
const title = `A alias of a user on your server has been banned on '${serverName}'!`;
5555
const footer = `For more information and other bans and memos use '/lookup ${orgUserTag}'`;
5656
sendMessage(channel, body, title, 'ORANGE', footer);

functions/EVENT/guildMemberAdd.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ async function prepareMessage(serverID, userID, userTag, userBans, userWarns, al
3737
const title = alias ? `Alias of '${orgUserTag}'` : `Known user joined '${serverName}'`;
3838

3939
sendMessage(logChannel, `tag: \`${userTag}\`
40-
ID: \`${userID}\`
41-
bans: \`${userBans}\`
42-
memos: \`${userWarns}\`
43-
For more information use \`/lookup ${userID}\``, title, 'ORANGE');
40+
ID: \`${userID}\`
41+
bans: \`${userBans}\`
42+
memos: \`${userWarns}\`
43+
For more information use \`/lookup ${userID}\``, title, 'ORANGE');
4444
}
4545

4646
module.exports.run = async (member) => {

0 commit comments

Comments
 (0)