From 5a64dbef233025d1dd1539292c8b740949c68d0b Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 1 Nov 2019 00:45:03 +0000 Subject: [PATCH] Add user token example to Discord --- Settings.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Settings.md b/Settings.md index f5a2625..8bc3f66 100644 --- a/Settings.md +++ b/Settings.md @@ -417,10 +417,12 @@ https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting- 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. Setting: REQUIRED \ -Format: string \ -Example: +Format: string -`Token="Yourtokenhere"` +Bot example: \ +`Token="YOUR_TOKEN_HERE"` \ +User example: \ +`Token="User YOUR_TOKEN_HERE"` ## ShowEmbeds Shows title, description and URL of embedded messages (sent by other bots)