Browse Source

formated images

oiclid 4 years ago
parent
commit
1329d40a7c
1 changed files with 10 additions and 2 deletions
  1. 10 2
      community-contributions/discordbot/README.md

+ 10 - 2
community-contributions/discordbot/README.md

@@ -5,17 +5,25 @@ This document is written in response to the first question of request for [Joyst
 ## Getting Started
 ## Getting Started
 
 
 Go to Discord's [bot portal](https://discordapp.com/developers/applications/) and create a new application, giving it an appropriate name.
 Go to Discord's [bot portal](https://discordapp.com/developers/applications/) and create a new application, giving it an appropriate name.
+
+
 ![Discord's application portal](images/bot1.png)
 ![Discord's application portal](images/bot1.png)
 
 
 
 
  Copy and save the Client ID and secret (where the 2 arrows are pointing at), making sure you keep the secret secret.
  Copy and save the Client ID and secret (where the 2 arrows are pointing at), making sure you keep the secret secret.
+
+
 	![Client ID and Secret](images/bot2.jpg)
 	![Client ID and Secret](images/bot2.jpg)
 
 
 So far, what you have is a simple application.
 So far, what you have is a simple application.
 
 
-You click on the Bot tab under settings to your left, and click on the "add a bot button". ![Bot's page](images/bot3.jpg)
+You click on the Bot tab under settings to your left, and click on the "add a bot button". 
+
+![Bot's page](images/bot3.jpg)
+
+This would take you to your bot homepage. You'll be given a token, which you should take note off and keep safe. 
 
 
-This would take you to your bot homepage. You'll be given a token, which you should take note off and keep safe.  ![Bot's homepage](images/bot4.jpg)
+ ![Bot's homepage](images/bot4.jpg)
 
 
 As an aside, never store any keys or tokens on GitHub, ESPECIALLY if the repo is public.
 As an aside, never store any keys or tokens on GitHub, ESPECIALLY if the repo is public.