Amhra, a bot designed for smooth music playing experience in Discord
bun install
bunx tsc
npm i
npx tsc
node dist/tools/setting.js
bun dist/tools/setting.js
Follow instructions and finish setup
Set TOKEN
to your custom token and PORT
to desired port
If you want to run tweak it and run it on your testing bot, you may also set
TESTING_TOKEN
andTEST_CLIENT_ID
Set CLIENT_ID
to your bot application ID for command registration, then run node tools/register.js
or bun tools/register.js
to register commands
If you want to limit API usage, you may enable rate limit for the ENABLE_RATE_LIMIT
option
You may replace AUTH_TOKEN
with tool/hash.js
The default token for
AUTH_TOKEN
isamhraBotDashboard
This project is built with Amhra Dashboard, make sure you check out the dashboard there!
node dist/main.js
bun dist/main.js