Advertisement
Guest User

Untitled

a guest
May 1st, 2024
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. Interaction received: ChatInputCommandInteraction {
  2. type: 2,
  3. id: '1235274245056106546',
  4. applicationId: '1215398905970303036',
  5. channelId: '1193591083368730754',
  6. guildId: '1193589991012577300',
  7. user: User {
  8. id: '782946852278501407',
  9. bot: false,
  10. system: false,
  11. flags: UserFlagsBitField { bitfield: 4194304 },
  12. username: 'mloetta',
  13. globalName: 'Melo',
  14. discriminator: '0',
  15. avatar: 'a_487b7611f6c03f44c8c8ca66e8ea84e9',
  16. banner: undefined,
  17. accentColor: undefined,
  18. avatarDecoration: null
  19. },
  20. member: GuildMember {
  21. guild: Guild {
  22. id: '1193589991012577300',
  23. name: 'Ethereal Nexus',
  24. icon: '856ac4331b85db4d6f09f71533ae192c',
  25. features: [Array],
  26. commands: [GuildApplicationCommandManager],
  27. members: [GuildMemberManager],
  28. channels: [GuildChannelManager],
  29. bans: [GuildBanManager],
  30. roles: [RoleManager],
  31. presences: PresenceManager {},
  32. voiceStates: [VoiceStateManager],
  33. stageInstances: [StageInstanceManager],
  34. invites: [GuildInviteManager],
  35. scheduledEvents: [GuildScheduledEventManager],
  36. autoModerationRules: [AutoModerationRuleManager],
  37. available: true,
  38. shardId: 0,
  39. splash: '71224b348b03f8432594d4c20f085d9b',
  40. banner: '3e0ef6b4d65548c12d43dac20a08d511',
  41. description: 'Support for our projects, space for programmers, and a chill community hub.',
  42. verificationLevel: 2,
  43. vanityURLCode: 'etherealnexus',
  44. nsfwLevel: 0,
  45. premiumSubscriptionCount: 18,
  46. discoverySplash: null,
  47. memberCount: 83,
  48. large: true,
  49. premiumProgressBarEnabled: true,
  50. applicationId: null,
  51. afkTimeout: 900,
  52. afkChannelId: '1193896791691759646',
  53. systemChannelId: '1221857650195697826',
  54. premiumTier: 3,
  55. widgetEnabled: null,
  56. widgetChannelId: null,
  57. explicitContentFilter: 2,
  58. mfaLevel: 1,
  59. joinedTimestamp: 1714403873531,
  60. defaultMessageNotifications: 1,
  61. systemChannelFlags: [SystemChannelFlagsBitField],
  62. maximumMembers: 500000,
  63. maximumPresences: null,
  64. maxVideoChannelUsers: 25,
  65. maxStageVideoChannelUsers: 420,
  66. approximateMemberCount: null,
  67. approximatePresenceCount: null,
  68. vanityURLUses: null,
  69. rulesChannelId: '1226339498795860039',
  70. publicUpdatesChannelId: '1193591097717432391',
  71. preferredLocale: 'en-US',
  72. safetyAlertsChannelId: '1193591097717432391',
  73. ownerId: '782946852278501407',
  74. emojis: [GuildEmojiManager],
  75. stickers: [GuildStickerManager]
  76. },
  77. joinedTimestamp: 1704644429700,
  78. premiumSinceTimestamp: 1710449142802,
  79. nickname: null,
  80. pending: false,
  81. communicationDisabledUntilTimestamp: null,
  82. user: User {
  83. id: '782946852278501407',
  84. bot: false,
  85. system: false,
  86. flags: [UserFlagsBitField],
  87. username: 'mloetta',
  88. globalName: 'Melo',
  89. discriminator: '0',
  90. avatar: 'a_487b7611f6c03f44c8c8ca66e8ea84e9',
  91. banner: undefined,
  92. accentColor: undefined,
  93. avatarDecoration: null
  94. },
  95. avatar: null,
  96. flags: GuildMemberFlagsBitField { bitfield: 98 }
  97. },
  98. version: 1,
  99. appPermissions: PermissionsBitField { bitfield: 1125899906842623n },
  100. memberPermissions: PermissionsBitField { bitfield: 1125899906842623n },
  101. locale: 'en-US',
  102. guildLocale: 'en-US',
  103. commandId: '1234524166565396593',
  104. commandName: 'ping',
  105. commandType: 1,
  106. commandGuildId: '1193589991012577300',
  107. deferred: false,
  108. replied: false,
  109. ephemeral: null,
  110. webhook: InteractionWebhook { id: '1215398905970303036' },
  111. options: CommandInteractionOptionResolver {
  112. _group: null,
  113. _subcommand: null,
  114. _hoistedOptions: []
  115. }
  116. }
  117. Received command interaction.
  118. Total 'interactionCreate' listeners: 1
  119. Reply deferred.
  120. Command name: ping
  121. Executing command: SlashBuild {
  122. body: SlashCommandBuilder {
  123. options: [],
  124. name: 'ping',
  125. name_localizations: undefined,
  126. description: 'Calculates bot latency',
  127. description_localizations: undefined,
  128. default_permission: undefined,
  129. default_member_permissions: undefined,
  130. dm_permission: undefined,
  131. nsfw: undefined
  132. },
  133. name: 'ping',
  134. callback: [AsyncFunction (anonymous)],
  135. category: 'Core',
  136. permissions: { user: [], client: [] }
  137. }
  138. Ping command received.
  139. Editing or replying to interaction...
  140. Editing the reply...
  141. Command executed successfully.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement