Skip to content

Skippygamer/Population-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

Linux

  1. Create a new directory

    mkdir my-discord-bot
    cd my-discord-bot
  2. Initialize a new Node.js project

    npm init -y
  3. Install dependencies

    npm install discord.js node-fetch
  4. Start the bot

    node index.js

Windows

  1. Create a new directory

    mkdir my-discord-bot
    cd my-discord-bot
  2. Initialize a new Node.js project

    npm init -y
  3. Install dependencies

    npm install discord.js node-fetch
  4. Start the bot

    node index.js

About

Rust population bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published