Skip to content
IMXNOOBX edited this page May 10, 2024 · 6 revisions

Welcome to the discord.bot template wiki!

banner

Detailed user guide

Click the link below to go to the more noob friendly step by step documentation

Quick developer guide

If you are a developer you can follow this quick set up guide here

  • git clone https://github.com/IMXNOOBX/discord.bot && cd discord.bot
  • npm ci
  • mv .env.example .env or ren .env.example .env on windows
  • Edit the enviroment file with the bot id, token, and other essential information (developer portal)
  • npm run dev There you go, quick 5 step guide to start working on your own discord bot

Table of contents

  1. Docs For noobs
  2. Common Errors
Clone this wiki locally