Note: Fence is under development.
Fence is a Discord Bot framework running on Node.JS using Discord.JS.
(Follow these steps to start creating your own bot from scratch without any prior knowledge!)
Install git: https://git-scm.com/downloads This comes with really handy tool: git bash!
Install Node.JS (and npm) https://nodejs.org/en/
Clone the repository by clicking clone or with bash:
git clone https://github.com/LeeviKopakkala/Fence
Open Windows Command Prompt by searching 'cmd' in Windows
- Go to the drive where you cloned the project by typing in command line
[Letter]:
For example:F:
- Move to the directory by typing
cd path/to/directory
For examplecd Downloads/Fence
Install all the dependencies (other packages that Fence utilizes)npm install