Skip to content

Commit 5402f51

Browse files
authored
Minor typo corrections for EssentialsXDiscord (EssentialsX#4603)
1 parent d440b81 commit 5402f51

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

EssentialsDiscord/src/main/resources/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ console:
8989
# Set to true if bots/webhooks should be able to send commands through the command relay.
9090
bot-command-relay: false
9191
# The maximum log level of messages to send to the console relay.
92-
# The following is a list of available log levels in order of lowest to highest.
92+
# The following is a list of available log levels in order of highest to lowest.
9393
# Changing the log level will send all log levels above it to the console relay.
9494
# For example, setting this to 'info' will display log messages with info, warn, error, and fatal levels.
9595
# Log Levels:
@@ -135,6 +135,7 @@ message-types:
135135
mute: staff
136136

137137
# Whether or not player messages should show their avatar as the profile picture in Discord.
138+
# The bot will require the "Manage Webhooks" permission in the defined channels in order to use this feature.
138139
show-avatar: false
139140
# The URL which should be used to get the avatars of users when "show-avatar" is set to true.
140141
# Any URL in here should only return a proper JPEG/PNG image and nothing else.
@@ -237,7 +238,7 @@ presence:
237238
# Each message has a description of how it is used along with placeholders that can be used.
238239
messages:
239240
# This is the message that is used to show Discord chat to players in game.
240-
# Color/formatting codes and the follow placeholders can be used here:
241+
# Color/formatting codes and the following placeholders can be used here:
241242
# - {channel}: The name of the Discord channel the message was sent from
242243
# - {username}: The username of the user who sent the message
243244
# - {discriminator}: The four numbers displayed after the user's name

0 commit comments

Comments
 (0)