Skip to content
Permalink
Browse files
Added more links
  • Loading branch information
stavilam committed Nov 11, 2018
1 parent 85352de commit 0a8dfb265ab539fea404d71bf023dfc9b3125ebc
Showing 1 changed file with 26 additions and 4 deletions.
@@ -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:
-----------------------------------------------------------------------

0 comments on commit 0a8dfb2

Please sign in to comment.