Skip to content

teamkronix/Falcon-Clone

Repository files navigation

Falcon Clone ~ cloned by snoww.

  • This Instructions.md navigates Through how to Setup this falcon clone src.

Starting with the first test run

 TOKEN: "", // Your Bot's Token
 MONGO_CONNECTION: "", // Your MongoDB URL 
 ERROR_LOGS: "", // Your Error Logs Webhook URL
 BOT_SECRET: "", // Your Bot's Secret 
 SPOTIFY_CLIENT_ID: "",
 SPOTIFY_CLIENT_SECRET: "",
 WEATHERSTACK_KEY: "",
 STRANGE_API_KEY: "",
 OWNER_IDS: [""], // Bot owner ID's
 SUPPORT_SERVER: "", // Your bot support server
 PREFIX_COMMANDS: {
 ENABLED: true, // Enable/Disable prefix commands
 DEFAULT_PREFIX: "?", // Default prefix for the bot
 }
  • Commands to run in the console (after filling out the config.js file)
    • npm i && npm i discord.js these commands will install all the dependencies required for this code. (make sure you have node.js installed on your device)
      • after all the dependencies have been installed you will see the node_modules folder.
        • then run node .

~ thats it. now you can edit the code as you like

  • **NOTE : this isn't an exact clone of the bot falcon this is just to make the commands similar to it. the interface isnt exactly the same**

Need Help?

If you encounter any issues or have questions, feel free to reach out for support:

Contact Support


Cloned by snoww. Cloned By snoww.

About

Clone of Falcon Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published