DarkSuniuM / Discord-Screenshare

First ever discord video screenshare SELFBOT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord ScreenShare Bot

It's headless and there is no need for GUI.

Video Sample

ScreenShot

Setup

Create a discord user, find the token and set it in .env token

If you don't set owner_id anyone can use the bot or else only you and the people you add can control it

Join the selfbot user to your guild and type *help, If it respond your bot is working.

Run

It is recommended to use the Dockerfile

$ docker build . -t discord-screenshare-bot
$ docker run -it --rm --shm-size=2gb -e token="YOUR_DISCORD_TOKEN" discord-screenshare-bot:latest

Note (owner_id)

Use the following commands to add or remove other users

*add `user_id`
*remove `user_id`

You can also use *list to see added users.

Contributing

Pull requests are welcome

About

First ever discord video screenshare SELFBOT


Languages

Language:JavaScript 99.8%Language:TypeScript 0.1%Language:HTML 0.0%Language:Dockerfile 0.0%Language:Shell 0.0%