mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 09:42:22 +00:00
Add guides
This commit is contained in:
parent
bc8924b255
commit
600541b476
2 changed files with 5 additions and 1 deletions
|
|
@ -3,6 +3,10 @@ The 9.0 rewrite takes a much more OOP approach than previous versions, which all
|
||||||
It's been rebuilt from the ground up and should be much more stable, fixing caching issues that affected
|
It's been rebuilt from the ground up and should be much more stable, fixing caching issues that affected
|
||||||
older versions and it also has support for new Discord Features, such as emojis.
|
older versions and it also has support for new Discord Features, such as emojis.
|
||||||
|
|
||||||
|
## Guides
|
||||||
|
* [https://eslachance.gitbooks.io/discord-js-bot-guide/content/](https://eslachance.gitbooks.io/discord-js-bot-guide/content/)
|
||||||
|
* [https://yorkaargh.wordpress.com/2016/09/03/updating-discord-js-bots/](https://yorkaargh.wordpress.com/2016/09/03/updating-discord-js-bots/)
|
||||||
|
|
||||||
## Upgrading your code
|
## Upgrading your code
|
||||||
Version 9, while containing a number of breaking changes, does not require a lot of changes in the code logic.
|
Version 9, while containing a number of breaking changes, does not require a lot of changes in the code logic.
|
||||||
It does, however, require changes in some of the method changes. This is because most of the methods have been
|
It does, however, require changes in some of the method changes. This is because most of the methods have been
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue