Reputation: 31
I'm looking for a way to make the bot screen share a website. And the link to be a parameter after the command. (To clarify: The website starting URL doesn't change. Only a token that's given after the starting URL. For example: "https://websitehere.com/branch/ 'token goes here'
Upvotes: 1
Views: 7997
Reputation:
There is an alternative with selfbots using JavaScript, You can try this project:
https://github.com/MainSilent/Discord-Screenshare
In order to show a website you need to capture it and show it on the html video element in stream_inject.js
Upvotes: 1