npm install
This example can be run with swc
to watch the files and automatically restart your bot.
npm run dev
You can also run the bot with npm run dev
, this will first build your code and then run node ./dist/index.js
. But this is not the recommended way to run a bot in production.
Dedicated to the public domain via the Unlicense, courtesy of the Sapphire Community and its contributors.