Closed IgnisAlienus closed 9 months ago
Updated to use a this.server.serverName instead of using a plugin option of this.options.serverName.
The readme file hasn't been updated when removing the server name option, also, updating it shouldn't be a manual process as there is a command and a pre-commit hook to automatically update the config file, readme, and lint/format the files affected by the changes.
The readme file hasn't been updated when removing the server name option, also, updating it shouldn't be a manual process as there is a command and a pre-commit hook to automatically update the config file, readme, and lint/format the files affected by the changes.
Updated ReadME.
Yeah, things are wonky in my fork/branch so it was easier for me to just modify the files directly in this PR.
@IgnisAlienus I see you removed the server name, was that intended?
@IgnisAlienus I see you removed the server name, was that intended?
Yes. this.server.serverName returns the Server Name that I is fetched somewhere else in SquadJS
Adds the ability to turn on @here for Admin Requests in Discord. This allows for pinging of all ONLINE Squad Admins if the Admin Request is going to a Squad Admin only Channel.
Added the ServerName option so you can tell what server the request is coming from for communities with multi servers without having to create multi channels for each server's admin request notifs.