fix(arabot): spacing issue

This commit is contained in:
smyalygames 2022-11-14 17:27:27 +00:00
parent cec0d64109
commit 26ed6cb6a8

View File

@ -41,7 +41,7 @@ class RestrictedMessageTask extends ScheduledTask {
} }
private message(id: string) { private message(id: string) {
return `Hi <@&${id}>, just a friendly reminder that you can reach out to <@575252669443211264>` return `Hi <@&${id}>, just a friendly reminder that you can reach out to <@575252669443211264> `
+ 'to attempt to clear up the issue that lead to your restriction and rejoin the server.' + 'to attempt to clear up the issue that lead to your restriction and rejoin the server.'
+ '\n\nJust let us know what got you restricted and why youd like to avoid repeating that behaviour and well try to sort it out.'; + '\n\nJust let us know what got you restricted and why youd like to avoid repeating that behaviour and well try to sort it out.';
} }