diff options
author | Wim <wim@42.be> | 2017-03-18 16:50:09 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2017-03-18 16:50:09 +0100 |
commit | 80895deae2f20ab8844bec7b0e8b38c7d1a609f4 (patch) | |
tree | 73fd2528b93c617aa8b164311457e9a03f31fcbd /matterbridge.toml.sample | |
parent | eddc691fc9e8ced74a33d3c4cbd568c2728fe6f1 (diff) | |
download | matterbridge-msglm-80895deae2f20ab8844bec7b0e8b38c7d1a609f4.tar.gz matterbridge-msglm-80895deae2f20ab8844bec7b0e8b38c7d1a609f4.tar.bz2 matterbridge-msglm-80895deae2f20ab8844bec7b0e8b38c7d1a609f4.zip |
Replace role ids in mentions to role names (discord). Closes #133
* The bot needs to have the "Manage Roles" permission for this to work.
(see Server settings - Roles - General Permissions)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 002acd15..52438ffd 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -377,6 +377,7 @@ ShowJoinPart=false #Token to connect with Discord API #You can get your token by following the instructions on #https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token +#If you want roles/groups mentions to be shown with names instead of ID, you'll need to give your bot the "Manage Roles" permission. #REQUIRED Token="Yourtokenhere" |