Discord.Short
  • Discord.Short
  • Terminal Commands / Creating a bot
    • Creating and Removing Bots
    • Running Bots
    • Events
  • Creating Bot Commands
    • Normal Commands
    • Slash Commands
    • Default Sender Errors
    • Code Errors
    • Reactions / Command Replies
    • All Commands
  • Heroku / Anti-Idle
  • MongoDB
    • Disabling
    • User Data
    • Server Data
  • Canvas
  • Running Multiple Bots
  • Extra
Powered by GitBook
On this page

Was this helpful?

  1. Terminal Commands / Creating a bot

Running Bots

You can run bots from the CLI using:

$ ds runbot filename

make sure the filename doesn't have .js

or you can run it with node!

PreviousCreating and Removing BotsNextEvents

Last updated 4 years ago

Was this helpful?