NexxClone 240702F
Skip to main content PyPI Menu Search PyPI Search projects Search nexxclone 1.1.2 pip install nexxcloneCopy PIP instructions Latest version Released: Dec 8, 2023 A Discord Selfbot for Clone Discord Server Project description Project details Release history Download files Project description Introduction NexxClone Documentation Welcome to the documentation for NexxClone, a Python library for Discord server cloning. This documentation will guide you through the installation, usage, and features of NexxClone. Table of Contents Installation Usage Examples Contributing License Installation Installation To get started with NexxClone, you'll need to install it using pip. Make sure you have Python 3.6 or higher installed. pip install nexxclone Usage Usage To use NexxClone, you'll need a Discord bot token and the IDs of the source and destination servers. Follow the example below to get started: from nexxclone import Clone import discord def main(): # ...