From 0a8dfb265ab539fea404d71bf023dfc9b3125ebc Mon Sep 17 00:00:00 2001 From: "Mihai Stavila (stavilam)" Date: Sun, 11 Nov 2018 00:11:10 +0000 Subject: [PATCH] Added more links --- README.md | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96b3de5..c617fc2 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,32 @@ Also, the discord.py 1.0 REWRITE library is new, it's been scheduled to fully re Important Links: ----------------------------------------------------------------------- -https://discordpy.readthedocs.io/en/rewrite/migrating.html -https://discordpy.readthedocs.io/en/latest/faq.html -https://discordpy.readthedocs.io/en/rewrite/ext/commands/commands.html -https://discordpy.readthedocs.io/en/rewrite/api.html +https://discordpy.readthedocs.io/en/rewrite/migrating.html - Discord.py 1.0 rewrite migrating + +https://discordpy.readthedocs.io/en/latest/faq.html - Discord.py FAQ + +https://discordpy.readthedocs.io/en/rewrite/ext/commands/commands.html - Discord.py commands docs + +https://discordpy.readthedocs.io/en/rewrite/api.html - Discord.py API docs + +https://discordapp.com/developers/docs/resources/channel - Official Discord API docs + +https://docs.python.org/3/library/functions.html - Python integrated functions + +https://jeffknupp.com/blog/2016/03/07/python-with-context-managers/ - Python context managers explanation + +https://aiohttp.readthedocs.io/en/stable/client_reference.html - Aiohttp Client Ref. Docs + +https://realpython.com/python-json/#a-very-brief-history-of-json - JSON explanation + +https://docs.python.org/3/library/json.html - JSON docs + +https://www.json.org/ - Official JSON page explanation + +https://www.w3schools.com/python/python_mysql_getstarted.asp - MySQL Python Guide + +https://www.makeuseof.com/tag/important-sql-commands-programmer-know/ - Some MySQL commands + ----------------------------------------------------------------------- Tutorials: -----------------------------------------------------------------------