[dblapi.js] DBL Token

I am getting an error on my bot while trying to insert a fake hacking command. Any idea on how to fix it?

 [dblapi.js] Warning: No DBL token has been provided.
    (node:4444) UnhandledPromiseRejectionWarning: Error: 401 Unauthorized
    at IncomingMessage.<anonymous> (/rbd/pnpm-volume/16525bb6-dbbe-4958-b828-3b1d10d691cc/node_modules/dblapi.js/src/index.js:118:25)
    at IncomingMessage.emit (events.js:201:15)
    at endReadableNT (_stream_readable.js:1130:12)
    at processTicksAndRejections (internal/process/task_queues.js:83:17)
    (node:4444) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
    (node:4444) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code._

dblapi.js is deprecated. Please use @top-gg/sdk instead.

3 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.