Exiled-Team / DiscordIntegration

GNU General Public License v3.0
13 stars 36 forks source link

Formatting and Argument changes #11

Closed DGvagabond closed 4 years ago

DGvagabond commented 4 years ago

Formatting

I've changed the formatting on some events to mirror their SCPDiscord counterparts and make them easier to pick out in addition to emoji prefixes. Players' IP addresses are logged in spoiler text when OnPlayerJoined is fired in the event it's needed for offline banning.

Argument Changes

When OnCommand and OnConsoleCommand are fired, their arguments are converted from a list to a single string so that they can properly display in their respective logging channels, opposed to just the name of the command.

Needless to say, this commit is also already using DyingEventArgs with OnPlayerDeath as well.