- This depends on: [latest Git] [latest Node.js] [Python >= 3.7]
- Clone this repository with:
git clone https://github.com/maxsaystransrights/discord-spam-bot.git && cd discord-spam-bot
- Install dependencies with:
npm install
andpip install discum==1.1.0
. - Run:
npm run start
to start the local development server (client) + API handler (server). - Head to
localhost:3000
!