Malbouy

Results 25 comments of Malbouy

> ![image](https://user-images.githubusercontent.com/79862237/150822733-02952f16-01cf-4550-a092-0e2381ac17c4.png) Hosting Service replit.com Check your code to find the variable before `updateVoiceState` as mentioned in the error.

> ![image](https://user-images.githubusercontent.com/79862237/150827427-2f3c7ca0-0484-4f08-b535-d6fe4d5982f8.png) Check the code for whichever command triggered that error and compare it with the Discord documentations (if it is simply a string/variable, try logging it into console instead...

> ![image](https://user-images.githubusercontent.com/79862237/150822928-29ba922b-aeeb-4c9f-9e68-1518bb253091.png) Client creation timed out.

Replit is not a host, it is simply an IDE, and since many people abuse the free service, it got rate-limited by Discord (IP based mostly) and just try waiting...

> You'd not be using pm2 to start the scripts, either you can create a go-around for the same or use `npx` like KayTwenty suggested.

You need to code for that as it isn't done for menuticket, a ticket transcripting option is available at the moment though.

To get hold of the transcripting option, just press "transcript" button from the ticket start menu (the menu that comes when you create a ticket) before closing it.

> ![image](https://user-images.githubusercontent.com/60691117/157391172-5e561c6b-9e96-43c1-8ff0-c7198e975c34.png) > > now i am getting this error It can be ignored safely, it is probably just that there are no statistics logged for the bot, meaning no...

As a temporary solution, you can use ```json { "host": "node05.lavalink.eu", "port": 2333 "password": "Raccoon" } ``` Or ```json { "host": "lava.link", "port": 80 "password": "anything" } ``` But in...

Okay I'll try fixing this