Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.80 KB | None | 0 0
  1. ╔════════════════════════╤═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
  2. ║ Method │ Documentation ║
  3. ╠════════════════════════╪═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╣
  4. ║ isBot │ /** ║
  5. ║ │ * Gets whether or not this user is a bot. ║
  6. ║ │ * ║
  7. ║ │ * @return True if a bot, false if otherwise. ║
  8. ║ │ */ ║
  9. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  10. ║ getName │ /** ║
  11. ║ │ * Gets the user's username. ║
  12. ║ │ * ║
  13. ║ │ * @return The username. ║
  14. ║ │ */ ║
  15. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  16. ║ getVoiceStatesLong │ ║
  17. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  18. ║ getPresence │ /** ║
  19. ║ │ * Gets the user's presence. ║
  20. ║ │ * ║
  21. ║ │ * @return The user's presence. ║
  22. ║ │ */ ║
  23. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  24. ║ getDiscriminator │ /** ║
  25. ║ │ * Gets the discriminator for the user. This is used by Discord to differentiate between two users with the same name. ║
  26. ║ │ * ║
  27. ║ │ * @return The discriminator. ║
  28. ║ │ */ ║
  29. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  30. ║ getAvatarURL │ /** ║
  31. ║ │ * Gets the user's avatar direct link. ║
  32. ║ │ * ║
  33. ║ │ * @return The avatar url. ║
  34. ║ │ */ ║
  35. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  36. ║ getVoiceStateForGuild │ ║
  37. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  38. ║ getNicknameForGuild │ ║
  39. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  40. ║ getStatus │ ║
  41. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  42. ║ removeRole │ ║
  43. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  44. ║ getAvatar │ /** ║
  45. ║ │ * Gets the user's avatar id. ║
  46. ║ │ * ║
  47. ║ │ * @return The avatar id. ║
  48. ║ │ */ ║
  49. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  50. ║ getOrCreatePMChannel │ /** ║
  51. ║ │ * Gets a {@link IPrivateChannel} for this user. ║
  52. ║ │ * ║
  53. ║ │ * @return The {@link IPrivateChannel} object. ║
  54. ║ │ * ║
  55. ║ │ * @throws DiscordException ║
  56. ║ │ * @throws RateLimitException ║
  57. ║ │ */ ║
  58. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  59. ║ getDisplayName │ ║
  60. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  61. ║ mention │ /** ║
  62. ║ │ * Formats a string to @mention the user. ║
  63. ║ │ * NOTE: This is equivalent to mention(true). ║
  64. ║ │ * ║
  65. ║ │ * @return The formatted string. ║
  66. ║ │ */ ║
  67. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  68. ║ mention │ /** ║
  69. ║ │ * Formats a string to @mention the user. ║
  70. ║ │ * NOTE: This is equivalent to mention(true). ║
  71. ║ │ * ║
  72. ║ │ * @return The formatted string. ║
  73. ║ │ */ ║
  74. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  75. ║ getVoiceStates │ ║
  76. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  77. ║ moveToVoiceChannel │ ║
  78. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  79. ║ getRolesForGuild │ ║
  80. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  81. ║ addRole │ ║
  82. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  83. ║ getPermissionsForGuild │ ║
  84. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  85. ║ getLongID │ ║
  86. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  87. ║ getClient │ ║
  88. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  89. ║ copy │ ║
  90. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  91. ║ hashCode │ ║
  92. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  93. ║ getShard │ ║
  94. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  95. ║ equals │ ║
  96. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  97. ║ toString │ ║
  98. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  99. ║ getID │ ║
  100. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  101. ║ getStringID │ ║
  102. ╟────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  103. ║ getCreationDate │ ║
  104. ╚════════════════════════╧═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement