Clones a Discord Guild into another.
- Clone the project locally:
git clone https://github.com/The-SourceCode/GuildCloner.git
- Enter the cloned directory:
cd GuildGloner
- Install the JAR with Maven:
mvn install
- Run the JAR:
java -jar target/GuildCloner.jar <token> <source ID> <target ID> (--dry)
If you specify a fourth parameter, the program will run in dry mode; meaning it will not make any changes to the target Guild.