Skip to content

A Code that allows you to get the "Streaming" Discord Status WITHOUT Streaming!

License

Notifications You must be signed in to change notification settings

iHunter69/Fake-Streamer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake-Streamer

A Code that allows you to get the "Streaming" Discord Status WITHOUT Streaming!


The index.js is the main file. server.js prevents your repl from going to sleep. (If you have a replit hacker plan, then you can delete this file and paste this code inside the index.js file :


const dotenv = require('dotenv');
const TOKEN = (process.env.TOKEN);
const { Client } = require('discord.js-selfbot-v11')
const client = new Client();

client.on('ready', () => { 
  client.user.setActivity("Subscribe!", {type: "STREAMING", url: "https://twitch.tv/ninja"})
   console.log(`${client.user.username} Successfully Logged in!`)
})

client.login(TOKEN);

This Code is from this tutorial. If you have any doubts regarding this, feel free to contact me.

DO NOT GIVE YOUR TOKEN TO OTHERS!

Use uptimerobot.com to make your repl online 24/7.


⭐ Feel free to Star the Repository if this helped you! ;)


Fake Streamer © 2021 by SealedSaucer is licensed under Attribution 4.0 International

About

A Code that allows you to get the "Streaming" Discord Status WITHOUT Streaming!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%