Browse Source

fixed MD format

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

+ 4 - 4
community-contributions/discordbot/README.md

@@ -1,8 +1,8 @@
-#How to Build a Discord Bot#
+# How to Build a Discord Bot 
 
 
 This document is written in response to the first question of request for [Joystream's](joystream.org) Bounty [13](https://github.com/Joystream/community-repo/issues/123)
 This document is written in response to the first question of request for [Joystream's](joystream.org) Bounty [13](https://github.com/Joystream/community-repo/issues/123)
 
 
-##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)
@@ -20,9 +20,9 @@ This would take you to your bot homepage. You'll be given a token, which you sho
 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.
 
 
 
 
-##Developing the Bot##
+## Developing the Bot
 
 
 This is not part of my scope. It would be completed by whoever takes on step 2 of the bounty
 This is not part of my scope. It would be completed by whoever takes on step 2 of the bounty
 
 
-##Deploying the Bot##
+## Deploying the Bot
 This is also for whomever takes step three of the bounty.
 This is also for whomever takes step three of the bounty.