PGRjoystick

Results 4 comments of PGRjoystick

either your openai api keys is being rate limited or your keys balance is insufficient. you can make multiple account and keys as a workaround. paste your multiple keys like...

> Wrap it in `try...catch` as i said before : > i already tried to wrap the `message.reply` into try catch statement. its still crash. i also tried to print...

> Please check this fix in order to send reply without error: #3108 > > This working for me. ![image](https://private-user-images.githubusercontent.com/12427982/340141624-898ee1b0-8811-44f0-a473-af4f41febad2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjM2MTA5MjcsIm5iZiI6MTcyMzYxMDYyNywicGF0aCI6Ii8xMjQyNzk4Mi8zNDAxNDE2MjQtODk4ZWUxYjAtODgxMS00NGYwLWE0NzMtYWY0ZjQxZmViYWQyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA4MTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwODE0VDA0NDM0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNhYTgzMmIyZGEwZTIxN2VlYWVkNGQ1NGRmZDMwMjNhODc4ODBkOGE5NDVlYTM3ZDc4OGQ0ZmMwYWUzMTJjMTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.TpBZ3pNbQF-lC-re1OF9gUZix5kF7YeCdgULdWVoU8c) Hello, i've tested this pr and still crashes with this...

here is my code when executing `message.reply()` function on deleted message : ``` // Default: raw Text reply try { trimmedTextResponse ? message.reply(trimmedTextResponse) : message.reply(response); sticker ? message.reply(sticker,'', {sendMediaAsSticker:true, stickerAuthor:'Ayana...