From b05e963adf4facdb8f3b089e97384a6739d3fb4c Mon Sep 17 00:00:00 2001 From: Quin Date: Wed, 1 Sep 2021 22:08:08 -0700 Subject: [PATCH] Fix markdown formatting issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d14ea5..6c4175b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ discord works just make the function and I or someone else will rewrite it to fit into the discord bot. If you need to access a certain value provided by discord you can read the discord.py docs to get it or just ask it. --------- -####Things to do: +#### Things to do: * Scrape [/r/dailyprogrammer](https://www.reddit.com/r/dailyprogrammer/) to get the challengeBot * Parse the scraped challenge to a discord message * Check that a challenge isn't posted on the server before(maybe a database with SQlite or something)