@@ -56,23 +56,23 @@ Your Pastebin password.
5656
5757### .user
5858The user the client logged in with, if it has.
59- ** Type: ?[ ClientUser] ( #clientuser ) **
59+ ** Type: ?[ ClientUser] ( #clientuser-extends-user ) **
6060
6161### .users
6262All of the cached users.
6363** Type: ?[ UserStore] ( #userstore ) **
6464
6565### .pastes
6666All of the cached pastes.
67- ** Type: ?[ PasteStore] ( #pastestore ) **
67+ ** Type: ?[ PasteStore] ( #pastestore-extends-map ) **
6868
6969### .login()
7070Login with the stored username and password and store the user key.
7171
7272#### Returns
7373** [ Promise] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise ) <[ PastebinClient] ( #pastebinclient ) >**
7474
75- ## PastebinError
75+ ## PastebinError * extends [ Error ] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error ) *
7676Thrown when there's an error related to the Pastebin API or pastebin.js.
7777
7878### .constructor()
@@ -203,7 +203,7 @@ This user's username.
203203Whether this user is the same as the client's user.
204204** Type: [ boolean] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean ) **
205205
206- ## ClientUser * extends User*
206+ ## ClientUser * extends [ User] ( #user ) *
207207The Pastebin user of the logged in client.
208208
209209### .constructor()
@@ -266,7 +266,7 @@ Whether this user is a PRO account.
266266All of this user's cached pastes.
267267** Type: ?[ UserPasteStore] ( #userpastestore ) **
268268
269- ## PasteStore * extends Map*
269+ ## PasteStore * extends [ Map] ( #https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map ) *
270270A structure that holds all of the cached pastes.
271271
272272### .constructor()
0 commit comments