FTGBot is a selfbot designed to perform various administrative actions in a Discord group or channel. This bot is intended for educational and demonstration purposes only. USE AT YOUR OWN RISK. Selfbot behavior may violate Discord's Terms of Service.
- Custom Rich Presence
- Manage group chat ownership
- Remove users from group chats
- Create new group chats
- Voting system for user removal
- Command-based interactions
-
Clone the repository:
git clone https://github.com/FTG2085/FTGBot.git cd FTGBot
-
Install the required packages:
npm i
-
Update the configuration values in the code:
{ "TOKEN": "", "BOT_USER_ID": "", "OWNER_ID": "", "DEBUG_MODE": false, "blocklist": [ 1234567890, 1234567890 ] }
-
Run the bot:
node index
The selfbot listens for commands prefixed with !
. Below are the available commands:
Makes the specified user the owner of the current group chat.
Removes the specified user from the current group chat.
Starts a vote to remove the specified user from the group chat. The timer specifies the duration of the vote in seconds.
Removes the user with ID 720022112466894970
from the current group chat. This command is only available to the owner.
Fetches the list of user relationships (friends, blocked, etc.) for testing purposes. This command is only available to the owner.
Removes all users from the current group chat and creates a new group chat with the users in the blocklist. This command is only available to the owner.
- This bot uses a Discord user token, which is against Discord's Terms of Service. Use at your own risk.
- This bot is intended for educational purposes only.
- Always follow Discord's guidelines and policies.
The authors are not responsible for any misuse of this bot. Use it responsibly and at your own risk.
This project is licensed under the MIT License.