Sir_Spaceboi

Untitled

Jan 23rd, 2021
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.21 KB | None | 0 0
  1. Client {
  2. _events: [Object: null prototype] {
  3. ready: [AsyncFunction],
  4. guildMemberAdd: [ [Function], [Function] ],
  5. message: [Function],
  6. guildMemberRemove: [Function]
  7. },
  8. _eventsCount: 4,
  9. _maxListeners: undefined,
  10. _timeouts: Set {
  11. Timeout {
  12. _idleTimeout: 60000,
  13. _idlePrev: [TimersList],
  14. _idleNext: [Timeout],
  15. _idleStart: 2595,
  16. _onTimeout: [Function],
  17. _timerArgs: undefined,
  18. _repeat: null,
  19. _destroyed: false,
  20. [Symbol(refed)]: true,
  21. [Symbol(asyncId)]: 48,
  22. [Symbol(triggerId)]: 36
  23. },
  24. Timeout {
  25. _idleTimeout: 10000,
  26. _idlePrev: [TimersList],
  27. _idleNext: [TimersList],
  28. _idleStart: 11100,
  29. _onTimeout: [Function],
  30. _timerArgs: undefined,
  31. _repeat: null,
  32. _destroyed: false,
  33. [Symbol(refed)]: true,
  34. [Symbol(asyncId)]: 90,
  35. [Symbol(triggerId)]: 36
  36. }
  37. },
  38. _intervals: Set {
  39. Timeout {
  40. _idleTimeout: 60000,
  41. _idlePrev: [Timeout],
  42. _idleNext: [TimersList],
  43. _idleStart: 814,
  44. _onTimeout: [Function],
  45. _timerArgs: undefined,
  46. _repeat: 60000,
  47. _destroyed: false,
  48. [Symbol(refed)]: true,
  49. [Symbol(asyncId)]: 4,
  50. [Symbol(triggerId)]: 1
  51. },
  52. Timeout {
  53. _idleTimeout: 41250,
  54. _idlePrev: [TimersList],
  55. _idleNext: [TimersList],
  56. _idleStart: 2595,
  57. _onTimeout: [Function],
  58. _timerArgs: undefined,
  59. _repeat: 41250,
  60. _destroyed: false,
  61. [Symbol(refed)]: true,
  62. [Symbol(asyncId)]: 47,
  63. [Symbol(triggerId)]: 36
  64. }
  65. },
  66. _immediates: Set {},
  67. options: {
  68. _tokenType: 'Bot',
  69. shardCount: 1,
  70. messageCacheMaxSize: 200,
  71. messageCacheLifetime: 0,
  72. messageSweepInterval: 0,
  73. messageEditHistoryMaxSize: -1,
  74. fetchAllMembers: false,
  75. disableMentions: 'none',
  76. partials: [],
  77. restWsBridgeTimeout: 5000,
  78. restRequestTimeout: 15000,
  79. retryLimit: 1,
  80. restTimeOffset: 500,
  81. restSweepInterval: 60,
  82. presence: {},
  83. ws: {
  84. large_threshold: 50,
  85. compress: false,
  86. properties: [Object],
  87. version: 6,
  88. presence: [Object]
  89. },
  90. http: {
  91. version: 7,
  92. api: 'https://discord.com/api',
  93. cdn: 'https://cdn.discordapp.com',
  94. invite: 'https://discord.gg'
  95. },
  96. shards: [ 0 ]
  97. },
  98. rest: RESTManager {
  99. client: [Circular],
  100. handlers: Collection [Map] { '/gateway/bot' => [RequestHandler] },
  101. tokenPrefix: 'Bot',
  102. versioned: true,
  103. globalTimeout: null
  104. },
  105. ws: WebSocketManager {
  106. _events: [Object: null prototype] {},
  107. _eventsCount: 0,
  108. _maxListeners: undefined,
  109. gateway: 'wss://gateway.discord.gg/',
  110. totalShards: 1,
  111. shards: Collection [Map] { 0 => [WebSocketShard] },
  112. status: 0,
  113. destroyed: false,
  114. reconnecting: false,
  115. sessionStartLimit: {
  116. total: 1000,
  117. remaining: 993,
  118. reset_after: 21907093,
  119. max_concurrency: 1
  120. },
  121. [Symbol(kCapture)]: false
  122. },
  123. actions: ActionsManager {
  124. client: [Circular],
  125. MessageCreate: MessageCreateAction { client: [Circular] },
  126. MessageDelete: MessageDeleteAction { client: [Circular] },
  127. MessageDeleteBulk: MessageDeleteBulkAction { client: [Circular] },
  128. MessageUpdate: MessageUpdateAction { client: [Circular] },
  129. MessageReactionAdd: MessageReactionAdd { client: [Circular] },
  130. MessageReactionRemove: MessageReactionRemove { client: [Circular] },
  131. MessageReactionRemoveAll: MessageReactionRemoveAll { client: [Circular] },
  132. MessageReactionRemoveEmoji: MessageReactionRemoveEmoji { client: [Circular] },
  133. ChannelCreate: ChannelCreateAction { client: [Circular] },
  134. ChannelDelete: ChannelDeleteAction { client: [Circular], deleted: Map {} },
  135. ChannelUpdate: ChannelUpdateAction { client: [Circular] },
  136. GuildDelete: GuildDeleteAction { client: [Circular], deleted: Map {} },
  137. GuildUpdate: GuildUpdateAction { client: [Circular] },
  138. InviteCreate: InviteCreateAction { client: [Circular] },
  139. InviteDelete: InviteDeleteAction { client: [Circular] },
  140. GuildMemberRemove: GuildMemberRemoveAction { client: [Circular] },
  141. GuildBanRemove: GuildBanRemove { client: [Circular] },
  142. GuildRoleCreate: GuildRoleCreate { client: [Circular] },
  143. GuildRoleDelete: GuildRoleDeleteAction { client: [Circular] },
  144. GuildRoleUpdate: GuildRoleUpdateAction { client: [Circular] },
  145. PresenceUpdate: PresenceUpdateAction { client: [Circular] },
  146. UserUpdate: UserUpdateAction { client: [Circular] },
  147. VoiceStateUpdate: VoiceStateUpdate { client: [Circular] },
  148. GuildEmojiCreate: GuildEmojiCreateAction { client: [Circular] },
  149. GuildEmojiDelete: GuildEmojiDeleteAction { client: [Circular] },
  150. GuildEmojiUpdate: GuildEmojiUpdateAction { client: [Circular] },
  151. GuildEmojisUpdate: GuildEmojisUpdateAction { client: [Circular] },
  152. GuildRolesPositionUpdate: GuildRolesPositionUpdate { client: [Circular] },
  153. GuildChannelsPositionUpdate: GuildChannelsPositionUpdate { client: [Circular] },
  154. GuildIntegrationsUpdate: GuildIntegrationsUpdate { client: [Circular] },
  155. WebhooksUpdate: WebhooksUpdate { client: [Circular] },
  156. TypingStart: TypingStart { client: [Circular] }
  157. },
  158. voice: ClientVoiceManager {
  159. connections: Collection [Map] {},
  160. broadcasts: []
  161. },
  162. shard: null,
  163. users: UserManager {
  164. cacheType: [class Collection extends Collection],
  165. cache: Collection [Map] {
  166. '754322570924261449' => [ClientUser],
  167. '155149108183695360' => [User],
  168. '159985870458322944' => [User],
  169. '235088799074484224' => [User],
  170. '235148962103951360' => [User],
  171. '294882584201003009' => [User],
  172. '302050872383242240' => [User],
  173. '330770985450078208' => [User],
  174. '390483329021116426' => [User],
  175. '424817451293736961' => [User],
  176. '437808476106784770' => [User],
  177. '474678555561820170' => [User],
  178. '530878423472537600' => [User],
  179. '535234990544388105' => [User],
  180. '557628352828014614' => [User],
  181. '573994792216821801' => [User],
  182. '605154513736957971' => [User],
  183. '607692511862980620' => [User],
  184. '609547827487571993' => [User],
  185. '665657256569864203' => [User],
  186. '702613316991844433' => [User],
  187. '706966402929786971' => [User],
  188. '709817475516334100' => [User],
  189. '717517416518909984' => [User],
  190. '717797485120192513' => [User],
  191. '718041420555878432' => [User],
  192. '720340248969609347' => [User],
  193. '723594453230551130' => [User],
  194. '729790344706916482' => [User],
  195. '735593075098779668' => [User],
  196. '736625031446265898' => [User],
  197. '742028110483947541' => [User],
  198. '369056267177558016' => [User],
  199. '426537812993638400' => [User],
  200. '436515089441488907' => [User],
  201. '461601559210491905' => [User],
  202. '490707751832649738' => [User],
  203. '608371286837559297' => [User],
  204. '674300228161241118' => [User],
  205. '697731649995276309' => [User],
  206. '716967712844414996' => [User],
  207. '733707800345051216' => [User],
  208. '762782641761681408' => [User],
  209. '769506613941108756' => [User],
  210. '791753813316599818' => [User],
  211. '794326412101156875' => [User],
  212. '800117036289228811' => [User],
  213. '204255221017214977' => [User],
  214. '606268850165645322' => [User],
  215. '690829074465292329' => [User],
  216. '695377394323947590' => [User],
  217. '713586207119900693' => [User],
  218. '755193975488643153' => [User]
  219. }
  220. },
  221. guilds: GuildManager {
  222. cacheType: [class Collection extends Collection],
  223. cache: Collection [Map] {
  224. '695332079440756868' => [Guild],
  225. '732224704622100572' => [Guild],
  226. '738817101569196073' => [Guild]
  227. }
  228. },
  229. channels: ChannelManager {
  230. cacheType: [class Collection extends Collection],
  231. cache: Collection [Map] {
  232. '723568859944058941' => [TextChannel],
  233. '718833565663756348' => [CategoryChannel],
  234. '718886601282814063' => [VoiceChannel],
  235. '724687078205423628' => [TextChannel],
  236. '712298031399305216' => [TextChannel],
  237. '712306399367135243' => [TextChannel],
  238. '695410529711423548' => [CategoryChannel],
  239. '725071250891735041' => [TextChannel],
  240. '728611457578565785' => [VoiceChannel],
  241. '719622668118261915' => [TextChannel],
  242. '720996847421882469' => [TextChannel],
  243. '730462865043095592' => [TextChannel],
  244. '695372275398082701' => [CategoryChannel],
  245. '712299045733007461' => [TextChannel],
  246. '695332079440756870' => [CategoryChannel],
  247. '717065888909754450' => [CategoryChannel],
  248. '717078800453861376' => [TextChannel],
  249. '718821783486201857' => [VoiceChannel],
  250. '715591473839603765' => [TextChannel],
  251. '715920140293767228' => [TextChannel],
  252. '726080201041248307' => [TextChannel],
  253. '725070773953363968' => [TextChannel],
  254. '718821739932680194' => [VoiceChannel],
  255. '719249278362714134' => [TextChannel],
  256. '725071006443634708' => [TextChannel],
  257. '724687203287957504' => [TextChannel],
  258. '725814066098077846' => [TextChannel],
  259. '695410403642966076' => [VoiceChannel],
  260. '723952927487688775' => [TextChannel],
  261. '695370103872684052' => [CategoryChannel],
  262. '725071499375018007' => [TextChannel],
  263. '712308944365944912' => [VoiceChannel],
  264. '695375559018152067' => [TextChannel],
  265. '719638425925582879' => [TextChannel],
  266. '695375417439420496' => [CategoryChannel],
  267. '718886551739957249' => [VoiceChannel],
  268. '724614071705665566' => [TextChannel],
  269. '725026634280992768' => [TextChannel],
  270. '728611043886235656' => [TextChannel],
  271. '724715255749673041' => [TextChannel],
  272. '715587296639844432' => [TextChannel],
  273. '727973079384326278' => [VoiceChannel],
  274. '724749404132606092' => [TextChannel],
  275. '718833621385085019' => [TextChannel],
  276. '696751060227981345' => [TextChannel],
  277. '723960943238840432' => [CategoryChannel],
  278. '719690621996236841' => [TextChannel],
  279. '715587905845854268' => [VoiceChannel],
  280. '724362078277861409' => [TextChannel],
  281. '709022913713405963' => [TextChannel],
  282. '707573048886296707' => [TextChannel],
  283. '728611383092052019' => [CategoryChannel],
  284. '695332079440756872' => [VoiceChannel],
  285. '720266185827942411' => [TextChannel],
  286. '724687049055272972' => [CategoryChannel],
  287. '800152037030756372' => [VoiceChannel],
  288. '737399345447567430' => [TextChannel],
  289. '754814959422144605' => [CategoryChannel],
  290. '785136351418646529' => [TextChannel],
  291. '761752540194406424' => [TextChannel],
  292. '743279035748057151' => [CategoryChannel],
  293. '793896699906490378' => [TextChannel],
  294. '764957945988382720' => [VoiceChannel],
  295. '800448742837977088' => [TextChannel],
  296. '800117605611339837' => [TextChannel],
  297. '743279577236897883' => [VoiceChannel],
  298. '754832481798062150' => [TextChannel],
  299. '732224705179680790' => [TextChannel],
  300. '754848078384857250' => [CategoryChannel],
  301. '776196585389424670' => [CategoryChannel],
  302. '784610592098091058' => [TextChannel],
  303. '737396091032567858' => [CategoryChannel],
  304. '772538296717803561' => [TextChannel],
  305. '754790406411255898' => [TextChannel],
  306. '800153124470784000' => [VoiceChannel],
  307. '769331005826924555' => [TextChannel],
  308. '756608152069210122' => [VoiceChannel],
  309. '756254195274743982' => [TextChannel],
  310. '788908264481488926' => [TextChannel],
  311. '756608349029662721' => [VoiceChannel],
  312. '754815056847568897' => [TextChannel],
  313. '791771006850039828' => [TextChannel],
  314. '800148292506877992' => [VoiceChannel],
  315. '740635879554547805' => [CategoryChannel],
  316. '772474913998635008' => [VoiceChannel],
  317. '800150517254324244' => [VoiceChannel],
  318. '767471375069085786' => [CategoryChannel],
  319. '754848163327901717' => [NewsChannel],
  320. '732224705179680788' => [CategoryChannel],
  321. '802583658674126900' => [TextChannel],
  322. '767487296240222239' => [TextChannel],
  323. '785283839537840149' => [TextChannel],
  324. '800449850675560448' => [TextChannel],
  325. '753023337113976882' => [TextChannel],
  326. '775453601275052033' => [TextChannel],
  327. '795012485630787585' => [TextChannel],
  328. '800147606830710824' => [CategoryChannel],
  329. '795009789515399212' => [TextChannel],
  330. '785131285550071828' => [VoiceChannel],
  331. '754848271775563857' => [TextChannel],
  332. '776195360393527306' => [TextChannel],
  333. '802352296188837909' => [CategoryChannel],
  334. '743557007000207512' => [TextChannel],
  335. '754823119625257031' => [TextChannel],
  336. '752167293349527642' => [TextChannel],
  337. '754848200619327490' => [TextChannel],
  338. '776196315771699230' => [TextChannel],
  339. '738817101569196074' => [CategoryChannel],
  340. '738817101569196075' => [CategoryChannel],
  341. '738817101569196076' => [TextChannel],
  342. '738817101967523861' => [VoiceChannel],
  343. '738818613854601342' => [CategoryChannel],
  344. '738818647539318864' => [TextChannel],
  345. '746819745717944421' => [TextChannel],
  346. '746819812503715871' => [CategoryChannel],
  347. '746825889580318830' => [TextChannel],
  348. '746860391229030461' => [TextChannel],
  349. '746865343410077766' => [TextChannel],
  350. '747076464788242515' => [TextChannel],
  351. '747083476989116487' => [TextChannel],
  352. '747106381710098563' => [CategoryChannel],
  353. '747106686678073345' => [TextChannel],
  354. '747123607901306920' => [TextChannel],
  355. '747523333578293328' => [TextChannel],
  356. '747545956911677520' => [NewsChannel],
  357. '747547686185599047' => [TextChannel],
  358. '747817694224580699' => [TextChannel],
  359. '747825515808948294' => [TextChannel],
  360. '747948396685426748' => [NewsChannel],
  361. '747962436887248998' => [TextChannel]
  362. }
  363. },
  364. presence: ClientPresence {
  365. userID: null,
  366. guild: null,
  367. status: 'online',
  368. activities: [ [Activity] ],
  369. clientStatus: null
  370. },
  371. user: ClientUser {
  372. id: '754322570924261449',
  373. system: null,
  374. locale: null,
  375. flags: null,
  376. username: "Popsiz's Utilities",
  377. bot: true,
  378. discriminator: '5659',
  379. avatar: '89c59e4de246a8411854c96365265312',
  380. lastMessageID: null,
  381. lastMessageChannelID: null,
  382. verified: true,
  383. mfaEnabled: false,
  384. _typing: Map {}
  385. },
  386. readyAt: 2021-01-23T17:15:40.866Z,
  387. num: 0,
  388. commands: Collection [Map] {
  389. 'announce' => {
  390. name: 'announce',
  391. description: 'Send announcements to the announcement channel.',
  392. execute: [Function: execute]
  393. },
  394. 'app' => {
  395. name: 'app',
  396. description: 'Applications.',
  397. execute: [Function: execute]
  398. },
  399. 'ban' => {
  400. name: 'ban',
  401. description: 'Ban users.',
  402. execute: [AsyncFunction: execute]
  403. },
  404. 'bug' => {
  405. name: 'bug',
  406. description: 'Report bugs to developers.',
  407. execute: [Function: execute]
  408. },
  409. 'clear' => {
  410. name: 'clear',
  411. description: 'Clear message from a channel.',
  412. execute: [AsyncFunction: execute]
  413. },
  414. 'ds' => {
  415. name: 'ds',
  416. description: 'Alert users of dev streams.',
  417. execute: [Function: execute]
  418. },
  419. 'dse' => {
  420. name: 'dse',
  421. description: 'End dev streams.',
  422. execute: [Function: execute]
  423. },
  424. 'help' => {
  425. name: 'help',
  426. description: 'Sends a list of commands.',
  427. execute: [Function: execute]
  428. },
  429. 'id' => {
  430. name: 'id',
  431. description: 'Sends your discord id.',
  432. execute: [Function: execute]
  433. },
  434. 'join' => {
  435. name: 'join',
  436. description: 'Join Voice Channel.',
  437. execute: [Function: execute]
  438. },
  439. 'kick' => {
  440. name: 'kick',
  441. description: 'Kick users.',
  442. execute: [AsyncFunction: execute]
  443. },
  444. 'link' => {
  445. name: 'link',
  446. description: 'Link to Roblox group.',
  447. execute: [Function: execute]
  448. },
  449. 'msg' => {
  450. name: 'msg',
  451. description: 'Message things as te bot.',
  452. execute: [Function: execute]
  453. },
  454. 'mute' => {
  455. name: 'mute',
  456. description: 'Mute users for a time period.',
  457. execute: [Function: execute]
  458. },
  459. 'ping' => {
  460. name: 'ping',
  461. description: 'Ping the bot.',
  462. execute: [Function: execute]
  463. },
  464. 'poll' => {
  465. name: 'poll',
  466. description: 'Send polls for the community to vote on.',
  467. execute: [Function: execute]
  468. },
  469. 'prm' => {
  470. name: 'prm',
  471. description: 'Promotion Message.',
  472. execute: [AsyncFunction: execute]
  473. },
  474. 'report' => {
  475. name: 'report',
  476. description: 'Report Users.',
  477. execute: [AsyncFunction: execute]
  478. },
  479. 'qotd' => {
  480. name: 'qotd',
  481. description: 'QOTD.',
  482. execute: [Function: execute]
  483. },
  484. 'restrict' => {
  485. name: 'restrict',
  486. description: 'Restrict users from joining VCs.',
  487. execute: [Function: execute]
  488. },
  489. 'rule' => {
  490. name: 'rule',
  491. description: 'Sends a rule.',
  492. execute: [Function: execute]
  493. },
  494. 'say' => {
  495. name: 'say',
  496. description: 'Say things.',
  497. execute: [Function: execute]
  498. },
  499. 'slowmode' => {
  500. name: 'slowmode',
  501. description: 'Change the channel slowmode.',
  502. execute: [AsyncFunction: execute]
  503. },
  504. 'sban' => {
  505. name: 'sban',
  506. description: 'Soft Ban users.',
  507. execute: [AsyncFunction: execute]
  508. },
  509. 'stats' => {
  510. name: 'stats',
  511. description: 'Server Information.',
  512. execute: [Function: execute]
  513. },
  514. 'suggest' => {
  515. name: 'suggest',
  516. description: 'Suggest new feautures.',
  517. execute: [Function: execute]
  518. },
  519. 'unban' => {
  520. name: 'unban',
  521. description: 'UnBan users.',
  522. execute: [AsyncFunction: execute]
  523. },
  524. 'unrestrict' => {
  525. name: 'unrestrict',
  526. description: 'Allow users back in VCs.',
  527. execute: [Function: execute]
  528. },
  529. 'update' => {
  530. name: 'update',
  531. description: 'Update any new roles.',
  532. execute: [Function: execute]
  533. },
  534. 'warn' => {
  535. name: 'warn',
  536. description: 'Warn users.',
  537. execute: [AsyncFunction: execute]
  538. }
  539. },
  540. [Symbol(kCapture)]: false
  541. }
Advertisement
Add Comment
Please, Sign In to add comment