💻
discordjsguide
  • Intro
  • How to use this guide
  • Starting and hosting your bot
    • Getting your application ready
    • Making your bot online
  • Hosting your bot 24/7
    • Glitch
  • Basic Guides
    • Making your first command
    • making a command handler
Powered by GitBook
On this page
  • 1. How to know which file to write to?
  • 2. More special features coming!

Was this helpful?

How to use this guide

PreviousIntroNextGetting your application ready

Last updated 5 years ago

Was this helpful?

This guide is for discord bot developers to have a easy time on coding bots. Here is some tips and usages:

1. How to know which file to write to?

There will be a seperate line on top(In this example, it is index.js) that indicates where to write or there will be specific instructions.

2. More special features coming!

Example