Skip to content

Support

Lunaa edited this page Feb 26, 2022 · 2 revisions

Astro-Bot Support

Discord Support Server: Click Me

Bot Information

  • Language: Node.js
  • Discord JS - A Node JS wrapper for the Discord API
  • process.env - To take care of any private variables.
  • I hosted this on: https://replit.com/

How to setup

How to install

Clone the repository to your machine

$git clone https://github.com/e8ght-fe/clouded-bot

Then install all necessary dependancies

$npm install requirements.txt 

After that create a .env file in the cloned directory.

inside of that .env file put your token like so:

token=[your bots token]

And then put in your prefix like so:

prefix=[your bots prefix]

to start run

$npm run index.js