Setting up the Bot
Prerequisites
- NodeJs
- npm
- Node
Getting the bot online
- Clone the repo with the code to your machine
- In a terminal navigate to the folder, ex:
cd ...\Discord\basicBot\ - Run
node index.js - If needed, use
Ctrl + Cto close the terminal and log the bot out
Ways to run it
-
Setup a Proxmox based server with a VM
- My current setup is using a HP mini computer and a Ubuntu VM
-
Dedicate a computer or RaspberryPi to this task
Resources
- Application - Discord Developer
- Official Discord Js GitHub
- Unofficial Discord JS Bot Guide (GitHub)
- Deleting an old command
- Slash Command Documentation
- How to make a scraper discord bot
- Code Your Own Discord Bot | Basic Slash Command Handler
- Google Images Scraper