Skip to content

Install

Arash edited this page Apr 9, 2023 · 1 revision

Installation

Welcome to the installation guide for DiscoCloner! Follow the steps below to get DiscoCloner up and running on your local machine.

Introduction

DiscoCloner is a Discord bot that allows you to clone Discord servers, including channels, roles, and permissions, from one server to another. To install DiscoCloner, follow the steps below:

Installation Steps

  1. Clone the repository:
git clone https://github.com/Ghalbeyou/DiscoCloner.git
  1. Change to the project directory:
cd DiscoCloner
  1. Install the required dependency:
pip install discord.py
  1. Create a bot token in Discord and copy it.

  2. Run the bot with the provided token:

python main.py
  1. The bot should now be online and ready to use!

Troubleshooting

If you encounter any issues during installation, please try the following steps:

  • Make sure you have Python and pip (Python package manager) installed on your system.
  • Double-check that you have provided the correct bot token from Discord.
  • Verify that you have proper permissions and access to the Discord servers you want to use the bot in.
  • If you still encounter issues, please open an issue in the GitHub repository or seek help from the community.

Conclusion

Congratulations! You have successfully installed DiscoCloner on your local machine. You can now use the bot to clone Discord servers and enjoy its features!

Clone this wiki locally