GLIBC_2.29 not found error is causing outdated libc6 package. You would need to run
sudo apt-get update
sudo apt-get install libc6
more about that on askubuntu.com
But you would need sudo privileges. You do not have sudo privileges on repl.it.
You should not use quick.db anyway on repl.it, because on repl.it all users information will public - this is against discord terms of service.
Repl.it's limitation is that you cannot hide files from the public eye
on free accounts, except for the .env file. This means, if you were to
use a file-based or sqlite-based database (such as enmap, quick.db,
nedb) your files would be visible. Since this is against the Discord
Terms of Service (exposing potential user data), do not use these
modules or json files to store data. Instead, you can use the Repl.It
Database system to store data, or an external database server like
Atlas Mongo, or Firebase.
anidiots.guide
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…