mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-21 03:58:05 +01:00
fix(arabot): spacing issue
This commit is contained in:
@@ -41,7 +41,7 @@ class RestrictedMessageTask extends ScheduledTask {
|
||||
}
|
||||
|
||||
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.'
|
||||
+ '\n\nJust let us know what got you restricted and why you’d like to avoid repeating that behaviour and we’ll try to sort it out.';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user