After the replit update my discord bot stopped working giving an error

Error: libuuid.so.1: cannot open shared object file: No such file or directory
at Object.Module._extensions…node (internal/modules/cjs/loader.js:1057:18)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Module.require (internal/modules/cjs/loader.js:887:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object. (/home/runner/MoonTheeeeeeeee/node_modules/canvas/lib/bindings.js:3:18)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)

I already tried to install the libuuid package but I couldn’t

can you give me the repl link

When a shared library is missing, add it to the replit.nix file, using the lib output if available. Here you could run in Shell:

sed -i 's/];/  pkgs.libuuid.lib\
  &/' replit.nix

Using Nix with Replit

I’m going to try, I realized that you can request this, thanks

I’m going to try to solve it in a way that I found, it may take a while if it doesn’t work, I’ll send you the link