Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.70 KB | None | 0 0
  1. C:\Users\Jusia\Documents\ZeroBOT>npm i discord.js
  2. npm WARN deprecated snekfetch@3.6.4: use node-fetch instead
  3. npm WARN discord.js@11.4.2 requires a peer of bufferutil@^3.0.3 but none is installed. You must install peer dependencies yourself.
  4. npm WARN discord.js@11.4.2 requires a peer of erlpack@discordapp/erlpack but none is installed. You must install peer dependencies yourself.
  5. npm WARN discord.js@11.4.2 requires a peer of node-opus@^0.2.7 but none is installed. You must install peer dependencies yourself.
  6. npm WARN discord.js@11.4.2 requires a peer of opusscript@^0.0.6 but none is installed. You must install peer dependencies yourself.
  7. npm WARN discord.js@11.4.2 requires a peer of sodium@^2.0.3 but none is installed. You must install peer dependencies yourself.
  8. npm WARN discord.js@11.4.2 requires a peer of libsodium-wrappers@^0.7.3 but none is installed. You must install peer dependencies yourself.
  9. npm WARN discord.js@11.4.2 requires a peer of uws@^9.14.0 but none is installed. You must install peer dependencies yourself.
  10. npm WARN Discord-Bot-Maker-Bot@1.3.0-beta.5 No description
  11. npm WARN Discord-Bot-Maker-Bot@1.3.0-beta.5 No repository field.
  12. npm WARN Discord-Bot-Maker-Bot@1.3.0-beta.5 No license field.
  13.  
  14. + discord.js@11.4.2
  15. updated 1 package and audited 203 packages in 3.805s
  16. found 0 vulnerabilities
  17.  
  18.  
  19. C:\Users\Jusia\Documents\ZeroBOT>node bot.js
  20. Bot is ready!
  21. (Server Prefixes) Initiating Server Prefixes....
  22. (Server Prefixes) Loaded Function Overwrite: CheckCommand
  23. { Error: Request failed with status code 403
  24. at createError (C:\Users\Jusia\Documents\ZeroBOT\node_modules\axios\lib\core\createError.js:16:15)
  25. at settle (C:\Users\Jusia\Documents\ZeroBOT\node_modules\axios\lib\core\settle.js:18:12)
  26. at IncomingMessage.handleStreamEnd (C:\Users\Jusia\Documents\ZeroBOT\node_modules\axios\lib\adapters\http.js:201:11)
  27. at IncomingMessage.emit (events.js:202:15)
  28. at endReadableNT (_stream_readable.js:1129:12)
  29. at processTicksAndRejections (internal/process/next_tick.js:76:17)
  30. config:
  31. { adapter: [Function: httpAdapter],
  32. transformRequest: { '0': [Function: transformRequest] },
  33. transformResponse: { '0': [Function: transformResponse] },
  34. timeout: 0,
  35. xsrfCookieName: 'XSRF-TOKEN',
  36. xsrfHeaderName: 'X-XSRF-TOKEN',
  37. maxContentLength: -1,
  38. validateStatus: [Function: validateStatus],
  39. headers:
  40. { Accept: 'application/json, text/plain, */*',
  41. 'User-Agent': 'axios/0.18.0' },
  42. method: 'get',
  43. url:
  44. 'https://www.googleapis.com/youtube/v3/search?q=fenix&part=snippet&maxResults=10&key=AIzaSyB22HjiBwdAjA6TklqekRkzn5KSWcoZXmQ&type=video',
  45. data: undefined },
  46. request:
  47. ClientRequest {
  48. _events:
  49. [Object: null prototype] {
  50. socket: [Function],
  51. abort: [Function],
  52. aborted: [Function],
  53. error: [Function],
  54. timeout: [Function],
  55. prefinish: [Function: requestOnPrefinish] },
  56. _eventsCount: 6,
  57. _maxListeners: undefined,
  58. output: [],
  59. outputEncodings: [],
  60. outputCallbacks: [],
  61. outputSize: 0,
  62. writable: true,
  63. _last: true,
  64. chunkedEncoding: false,
  65. shouldKeepAlive: false,
  66. useChunkedEncodingByDefault: false,
  67. sendDate: false,
  68. _removedConnection: false,
  69. _removedContLen: false,
  70. _removedTE: false,
  71. _contentLength: 0,
  72. _hasBody: true,
  73. _trailer: '',
  74. finished: true,
  75. _headerSent: true,
  76. socket:
  77. TLSSocket {
  78. _tlsOptions: [Object],
  79. _secureEstablished: true,
  80. _securePending: false,
  81. _newSessionPending: false,
  82. _controlReleased: true,
  83. _SNICallback: null,
  84. servername: 'www.googleapis.com',
  85. alpnProtocol: false,
  86. authorized: true,
  87. authorizationError: null,
  88. encrypted: true,
  89. _events: [Object],
  90. _eventsCount: 9,
  91. connecting: false,
  92. _hadError: false,
  93. _handle: null,
  94. _parent: null,
  95. _host: 'www.googleapis.com',
  96. _readableState: [ReadableState],
  97. readable: false,
  98. _maxListeners: undefined,
  99. _writableState: [WritableState],
  100. writable: false,
  101. allowHalfOpen: false,
  102. _sockname: null,
  103. _pendingData: null,
  104. _pendingEncoding: '',
  105. server: undefined,
  106. _server: null,
  107. ssl: null,
  108. _requestCert: true,
  109. _rejectUnauthorized: true,
  110. parser: null,
  111. _httpMessage: [Circular],
  112. write: [Function: writeAfterFIN],
  113. [Symbol(res)]: [TLSWrap],
  114. [Symbol(asyncId)]: 199,
  115. [Symbol(lastWriteQueueSize)]: 0,
  116. [Symbol(timeout)]: null,
  117. [Symbol(kBytesRead)]: 1197,
  118. [Symbol(kBytesWritten)]: 239,
  119. [Symbol(connect-options)]: [Object] },
  120. connection:
  121. TLSSocket {
  122. _tlsOptions: [Object],
  123. _secureEstablished: true,
  124. _securePending: false,
  125. _newSessionPending: false,
  126. _controlReleased: true,
  127. _SNICallback: null,
  128. servername: 'www.googleapis.com',
  129. alpnProtocol: false,
  130. authorized: true,
  131. authorizationError: null,
  132. encrypted: true,
  133. _events: [Object],
  134. _eventsCount: 9,
  135. connecting: false,
  136. _hadError: false,
  137. _handle: null,
  138. _parent: null,
  139. _host: 'www.googleapis.com',
  140. _readableState: [ReadableState],
  141. readable: false,
  142. _maxListeners: undefined,
  143. _writableState: [WritableState],
  144. writable: false,
  145. allowHalfOpen: false,
  146. _sockname: null,
  147. _pendingData: null,
  148. _pendingEncoding: '',
  149. server: undefined,
  150. _server: null,
  151. ssl: null,
  152. _requestCert: true,
  153. _rejectUnauthorized: true,
  154. parser: null,
  155. _httpMessage: [Circular],
  156. write: [Function: writeAfterFIN],
  157. [Symbol(res)]: [TLSWrap],
  158. [Symbol(asyncId)]: 199,
  159. [Symbol(lastWriteQueueSize)]: 0,
  160. [Symbol(timeout)]: null,
  161. [Symbol(kBytesRead)]: 1197,
  162. [Symbol(kBytesWritten)]: 239,
  163. [Symbol(connect-options)]: [Object] },
  164. _header:
  165. 'GET /youtube/v3/search?q=fenix&part=snippet&maxResults=10&key=AIzaSyB22HjiBwdAjA6TklqekRkzn5KSWcoZXmQ&type=video HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nUser-Agent: axios/0.18.0\r\nHost: www.googleapis.com\r\nConnection: close\r\n\r\n',
  166. _onPendingData: [Function: noopPendingOutput],
  167. agent:
  168. Agent {
  169. _events: [Object],
  170. _eventsCount: 1,
  171. _maxListeners: undefined,
  172. defaultPort: 443,
  173. protocol: 'https:',
  174. options: [Object],
  175. requests: {},
  176. sockets: [Object],
  177. freeSockets: {},
  178. keepAliveMsecs: 1000,
  179. keepAlive: false,
  180. maxSockets: Infinity,
  181. maxFreeSockets: 256,
  182. maxCachedSessions: 100,
  183. _sessionCache: [Object] },
  184. socketPath: undefined,
  185. timeout: undefined,
  186. method: 'GET',
  187. path:
  188. '/youtube/v3/search?q=fenix&part=snippet&maxResults=10&key=AIzaSyB22HjiBwdAjA6TklqekRkzn5KSWcoZXmQ&type=video',
  189. _ended: true,
  190. res:
  191. IncomingMessage {
  192. _readableState: [ReadableState],
  193. readable: false,
  194. _events: [Object],
  195. _eventsCount: 3,
  196. _maxListeners: undefined,
  197. socket: [TLSSocket],
  198. connection: [TLSSocket],
  199. httpVersionMajor: 1,
  200. httpVersionMinor: 1,
  201. httpVersion: '1.1',
  202. complete: true,
  203. headers: [Object],
  204. rawHeaders: [Array],
  205. trailers: {},
  206. rawTrailers: [],
  207. aborted: false,
  208. upgrade: false,
  209. url: '',
  210. method: null,
  211. statusCode: 403,
  212. statusMessage: 'Forbidden',
  213. client: [TLSSocket],
  214. _consuming: true,
  215. _dumped: false,
  216. req: [Circular],
  217. responseUrl:
  218. 'https://www.googleapis.com/youtube/v3/search?q=fenix&part=snippet&maxResults=10&key=AIzaSyB22HjiBwdAjA6TklqekRkzn5KSWcoZXmQ&type=video',
  219. redirects: [] },
  220. aborted: false,
  221. timeoutCb: null,
  222. upgradeOrConnect: false,
  223. parser: null,
  224. maxHeadersCount: null,
  225. _redirectable:
  226. Writable {
  227. _writableState: [WritableState],
  228. writable: true,
  229. _events: [Object],
  230. _eventsCount: 2,
  231. _maxListeners: undefined,
  232. _options: [Object],
  233. _ended: true,
  234. _ending: true,
  235. _redirectCount: 0,
  236. _redirects: [],
  237. _requestBodyLength: 0,
  238. _requestBodyBuffers: [],
  239. _onNativeResponse: [Function],
  240. _currentRequest: [Circular],
  241. _currentUrl:
  242. 'https://www.googleapis.com/youtube/v3/search?q=fenix&part=snippet&maxResults=10&key=AIzaSyB22HjiBwdAjA6TklqekRkzn5KSWcoZXmQ&type=video' },
  243. [Symbol(isCorked)]: false,
  244. [Symbol(outHeadersKey)]:
  245. [Object: null prototype] { accept: [Array], 'user-agent': [Array], host: [Array] } },
  246. response:
  247. { status: 403,
  248. statusText: 'Forbidden',
  249. headers:
  250. { vary: 'X-Origin, Origin,Accept-Encoding',
  251. 'content-type': 'application/json; charset=UTF-8',
  252. date: 'Wed, 20 Mar 2019 12:26:59 GMT',
  253. expires: 'Wed, 20 Mar 2019 12:26:59 GMT',
  254. 'cache-control': 'private, max-age=0',
  255. 'x-content-type-options': 'nosniff',
  256. 'x-frame-options': 'SAMEORIGIN',
  257. 'x-xss-protection': '1; mode=block',
  258. server: 'GSE',
  259. 'alt-svc': 'quic=":443"; ma=2592000; v="46,44,43,39"',
  260. 'accept-ranges': 'none',
  261. connection: 'close' },
  262. config:
  263. { adapter: [Function: httpAdapter],
  264. transformRequest: [Object],
  265. transformResponse: [Object],
  266. timeout: 0,
  267. xsrfCookieName: 'XSRF-TOKEN',
  268. xsrfHeaderName: 'X-XSRF-TOKEN',
  269. maxContentLength: -1,
  270. validateStatus: [Function: validateStatus],
  271. headers: [Object],
  272. method: 'get',
  273. url:
  274. 'https://www.googleapis.com/youtube/v3/search?q=fenix&part=snippet&maxResults=10&key=AIzaSyB22HjiBwdAjA6TklqekRkzn5KSWcoZXmQ&type=video',
  275. data: undefined },
  276. request:
  277. ClientRequest {
  278. _events: [Object],
  279. _eventsCount: 6,
  280. _maxListeners: undefined,
  281. output: [],
  282. outputEncodings: [],
  283. outputCallbacks: [],
  284. outputSize: 0,
  285. writable: true,
  286. _last: true,
  287. chunkedEncoding: false,
  288. shouldKeepAlive: false,
  289. useChunkedEncodingByDefault: false,
  290. sendDate: false,
  291. _removedConnection: false,
  292. _removedContLen: false,
  293. _removedTE: false,
  294. _contentLength: 0,
  295. _hasBody: true,
  296. _trailer: '',
  297. finished: true,
  298. _headerSent: true,
  299. socket: [TLSSocket],
  300. connection: [TLSSocket],
  301. _header:
  302. 'GET /youtube/v3/search?q=fenix&part=snippet&maxResults=10&key=AIzaSyB22HjiBwdAjA6TklqekRkzn5KSWcoZXmQ&type=video HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nUser-Agent: axios/0.18.0\r\nHost: www.googleapis.com\r\nConnection: close\r\n\r\n',
  303. _onPendingData: [Function: noopPendingOutput],
  304. agent: [Agent],
  305. socketPath: undefined,
  306. timeout: undefined,
  307. method: 'GET',
  308. path:
  309. '/youtube/v3/search?q=fenix&part=snippet&maxResults=10&key=AIzaSyB22HjiBwdAjA6TklqekRkzn5KSWcoZXmQ&type=video',
  310. _ended: true,
  311. res: [IncomingMessage],
  312. aborted: false,
  313. timeoutCb: null,
  314. upgradeOrConnect: false,
  315. parser: null,
  316. maxHeadersCount: null,
  317. _redirectable: [Writable],
  318. [Symbol(isCorked)]: false,
  319. [Symbol(outHeadersKey)]: [Object] },
  320. data: { error: [Object] } } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement