Selfium is an open source Self-Bot project for Discord, with several functions and possibilities. API Wrapper by discord.py-self.
git clone https://github.com/caiocinel/Selfium
cd Selfium
pip install -r requirements.txt
The configuration is generated automatically according to the initialization and use of the commands, in the first initialization information necessary for operation will be requested.
Your settings are stored in "/data/config.json", in it you can find all your settings, but be very careful when manipulating and sharing this file in public, as no information is encrypted.
We are still taking the initial steps in the development of this project, new features appear all the time.
Function | Description |
---|---|
avatar | Shows the avatar of the Mentioned user |
ban | Ban user from Guild |
banAll | Ban all users from Server |
categories | Displays all categories on the server, including those you cannot see |
channels | Displays all channels on the server, including those you cannot see |
changeToken | Change Client Token |
deleteAllChannels | Delete all Server Channels |
deleteAllRoles | Delete all Server Roles |
discriminator | Get all members with the same tag as yours (useful to change your tag) |
embed | Send a Embed to Channel with provided content |
deleteOwnMessages | Delete all your messages from a channel |
deleteMyMessages | Deletes the amount of messages sent by you |
inviteInfo | Displays information about an invite link |
ip | Displays information about provided ip |
ignore | Add server to exception list when using bulk commands |
kick | Kick user from Guild |
kickAll | Kick all users from Guild |
messageLogging | Write all received messages in a file |
notify | Allows you to choose how command notifications are displayed |
leaveAllServers | Quit all servers the client is on |
nitroSniper | Redeem all received nitro gifts |
raid | Raid server deleting everything |
reload | Reboot Selfium to Apply Settings |
renameAll | Defines the name of all server members |
renameAllChannels | Defines the name of all server channels |
richPresence | Allows you to customize the activity displayed on the account |
sendToEveryone | Send the informed message to all server users via DM |
serverBanner | Show server banner |
serverInfo | Displays information about the current server |
serverLogo | Show server logo |
setServerName | Define a new name for the server |
textChannels | Displays all text channels on the server, including those you cannot see |
tokenInfo | Displays information about the token entered (be careful) |
userInfo | Displays information about mentioned user |
prefix | Change Prefix used in Commands |
unban | Unban user from Guild using ID |
voiceChannels | Displays all voice channels on the server, including those you cannot see |
banbyid | Ban user from Guild using ID |
kickbyid | Kick user from Guild using ID |
Selfbots are against Discord's terms of use, use it responsibly. This is a project made with a focus on learning the Python programming language, if you can, contribute a Pull Request :)
Developed by @caiocinel and @ZeusHay