Reldnahc

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Reldnahc

  1. Hi I am trying to get this Docker to work. When I call !notifications edit It opens the boxes with the react commands but nothing happens when I react. Also when I try to call !show list I get this in my logs. (node:1) UnhandledPromiseRejectionWarning: RangeError: RichEmbed descriptions may not exceed 2048 characters. at RichEmbed.setDescription (/app/node_modules/discord.js/src/structures/RichEmbed.js:103:42) at Object.execute (/app/commands/showlist.js:23:5) at processTicksAndRejections (internal/process/task_queues.js:94:5) (node:1) 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: 16) (node:1) UnhandledPromiseRejectionWarning: RangeError: RichEmbed descriptions may not exceed 2048 characters. at RichEmbed.setDescription (/app/node_modules/discord.js/src/structures/RichEmbed.js:103:42) at Object.execute (/app/commands/showlist.js:23:5) at processTicksAndRejections (internal/process/task_queues.js:94:5) (node:1) 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: 16) Any help would be appreciated thanks!