diff --git a/Section-Discord-(basic).md b/Section-Discord-(basic).md index e31c9e7..1c15b61 100644 --- a/Section-Discord-(basic).md +++ b/Section-Discord-(basic).md @@ -1,10 +1,10 @@ -``` +```toml [discord.mydiscord] -#You can get your token by following the instructions on -#https://github.com/42wim/matterbridge/wiki/Discord-bot-setup -#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. +# You can get your token by following the instructions on +# https://github.com/42wim/matterbridge/wiki/Discord-bot-setup +# 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. Token="Yourtokenhere" -Server="yourservername" +Server="name or uid of guild" # picked from guilds the bot is connected to RemoteNickFormat="[{PROTOCOL}] <{NICK}> " ```