Christian López

Results 28 comments of Christian López

I ran into this today while using the following `docker-compose.yml`: ```yaml version: "3.9" services: db: image: mongo:latest ports: - 27017:27017 volumes: - ./data:/data/db - ./mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js:ro environment: MONGO_INITDB_ROOT_USERNAME: dev MONGO_INITDB_ROOT_PASSWORD: example...

Sorry for the late response. It would seem as though slash commands are the [preferred way to handle commands](https://discord.com/developers/docs/tutorials/upgrading-to-application-commands) and maintaining both ways would become a bit of a burden...

I'll actually re-open this because after looking at some other bots I can see a lot of them keep both ways of working with commands. I just need to update...

> @moonstar-x @yagueto did this ever happen again? Hey, it has not happened again after this issue was created, last time I've had a run failed for a run timeout...

Hey there, do you have an example of what TTS engines could be self-hosted? At a point I was considering writing an HTTP wrapper for macOS's [say command](https://ss64.com/mac/say.html) but it...

Hmm, I checked the links you suggested. Correct me if I'm wrong but ElevenTabs and FakeYou don't seem to be self-hostable, right? I remember checking out FakeYou over 2 years...

Sorry for taking time to respond. From the second screenshot, for the `./init-replit.sh` command, the logs mention that `python` isn't installed in your repl. Normally repl's already include Python installed...

> * Is it possible to make it have a timer or smth like that. Like if the bot goes offline for let's say 2 mins then it'll send the...