diff options
author | destruc7i0n <dscdsouza@outlook.com> | 2020-02-04 12:57:59 -0500 |
---|---|---|
committer | destruc7i0n <dscdsouza@outlook.com> | 2020-02-04 12:57:59 -0500 |
commit | 7c4dd4a8f126701e2a4a63bd9d860e2068941bd7 (patch) | |
tree | a8ed7228b8ae2d5cdaaefa1ffa167c1b21f5cda3 /README.md | |
parent | Docs updates (diff) | |
download | shulker-7c4dd4a8f126701e2a4a63bd9d860e2068941bd7.tar.gz shulker-7c4dd4a8f126701e2a4a63bd9d860e2068941bd7.zip |
Update types
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md index 68d7555..0601c79 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ - Can send messages regarding advancements, when players join and leave, and player deaths - Allows admins to send commands to Minecraft through Discord - ## Installation and usage Create a Discord bot here: https://discordapp.com/developers/applications/me @@ -67,7 +66,7 @@ You can also easily Deploy to Heroku and the like, just be sure to edit `YOUR_UR "SHOW_INIT_MESSAGE": true, /* Sends the message on boot if not a local file of what command to run */ - "ALLOW_USER_MENTIONS": false, /* should replace @mentions with the mention in discord */ + "ALLOW_USER_MENTIONS": false, /* should replace @mentions with the mention in discord (format: @username#discriminator) */ "ALLOW_HERE_EVERYONE_MENTIONS": false, /* replaces @everyone and @here with "@ everyone" and "@ here" respectively */ "ALLOW_SLASH_COMMANDS": false, /* whether to allow users to run slash commands from discord */ "SLASH_COMMAND_ROLES": [], /* if the above is enabled, the names of the roles which can run slash commands */ |