/home/armdtop/public_html/nikan/node_modules/grammy/out/core/error.js:47
    return new GrammyError(`Call to '${method}' failed!`, err, method, payload);
           ^

GrammyError: Call to 'getUpdates' failed! (401: Unauthorized)
    at toGrammyError (/home/armdtop/public_html/nikan/node_modules/grammy/out/core/error.js:47:12)
    at ApiClient.callApi (/home/armdtop/public_html/nikan/node_modules/grammy/out/core/client.js:100:48)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Bot.fetchUpdates (/home/armdtop/public_html/nikan/node_modules/grammy/out/bot.js:425:27)
    at async Bot.loop (/home/armdtop/public_html/nikan/node_modules/grammy/out/bot.js:396:33)
    at async Bot.start (/home/armdtop/public_html/nikan/node_modules/grammy/out/bot.js:317:9) {
  method: 'getUpdates',
  payload: {
    offset: 1,
    limit: undefined,
    timeout: 30,
    allowed_updates: undefined
  },
  ok: false,
  error_code: 401,
  description: 'Unauthorized',
  parameters: {}
}

Node.js v20.20.2
