USE THE V1.7 for linux hosting, V1.8 STILL HAVE SOME BUGS ON LINUX
Installation
Download the Nuclear.zip below.
Extract it and configure the config_selfbot.py
Launch main.py
Library used
This selfbot use discord.py-self
, which isn't in pip(it's broken). That's why we use the git+
in requirements.txt
.
If you can't install it / you don't have git(which is required to use pip with git+
) you can download the fixed library below: discord.zip
and extract it into the Nuclear folder.
If you choose this way, make sure to install discord.py-self 's requirements:
# Linux/macOS
python3 -m pip install -r requirements_discord.txt
# Windows
py -3 -m pip install -r requirements_discord.txt
Support
If you get any issues after updating to the version, please come on the guilded support: https://guilded.gg/nuclear, on the Discord support: https://discord.gg/2XRbQQQR8D or on the Telegram.
What's changed
- Global:
Impovement: UpdateChecker is now disabled and a warning message is displayed if you're using the GitHub version.
Fix: oldaiohttp
errror.
Improvement: You can now set choose if you want discord.py-self's log or not inconfig_selfbot.py
.
Add: Version checker, to be sure you're using discord.py-self: v2.1.0
Createdutils
folder.
PyNaCl is now inrequirements.txt
Created NuclearPanel
Imports optimisation, should start faster now.
Improved A LOTmain.py
.
SO MUCCCCH PERFORMANCE FIXES ETC... should be more stable !
- TemplatesCommands:
Improvement: Added
reload
command.
- FunCommands:
Add:
hug
command by @SeenKid in #11
Add:&token
command.
Improvement:gift
command has now another custom gift.
- VoiceCommands:
Improved & Cleaned up whole code.
- ToolsCommand:
Add:
bump
command.
Improved NitroSniper to prevent from claiming unclamable nitro links.
- BackupCommands:
Created category. Check help command.
New Contributors
Full Changelog: v1.7...v1.8