lowheartrate

app.js

May 23rd, 2026
68
0
Never
4
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* APP.JS */
  2. const {
  3.     Client,
  4.     Collection,
  5.     GatewayIntentBits,
  6.     GuildMember,
  7.     MessageFlags,
  8. } = require('discord.js');
  9. const twitch = require('./middleware/streams.js');
  10.  
  11. const client = new Client({
  12.     intents: [
  13.         GatewayIntentBits.DirectMessages,
  14.         GatewayIntentBits.Guilds,
  15.         GatewayIntentBits.GuildMembers,
  16.         GatewayIntentBits.GuildMessages,
  17.         GatewayIntentBits.GuildVoiceStates,
  18.         GatewayIntentBits.MessageContent,
  19.     ],
  20.     partials: [ 'CHANNEL' ]
  21. });
  22.  
  23. for (const file of eventFiles) {
  24.     // define path:
  25.     const filePath = path.join(eventsPath, file);
  26.     const event = require(filePath);
  27.     (event.once) ? client.once(event.name, (...args) => event.execute(...args)) : client.on(event.name, (...args) => event.execute(...args));
  28. };
  29.  
  30. client.login(process.env.DISCORD_TOKEN);
  31.  
  32. twitch();
  33.  
  34. module.exports = client;
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
  • hack3r3tico_
    4 days
    # CSS 0.83 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://drive.google.com/file/d/1cvQPOZ7JecI0L6lqdIzIHJbHQBiDRT4U/view?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
Add Comment
Please, Sign In to add comment