Twilight

Results 109 comments of Twilight

I would like to add nepali translation

`uhdici.request` is faster than `fetch`, would it make sense to use `undici`?

> > `uhdici.request` is faster than `fetch`, would it make sense to use `undici`? > > Haven't heard about it being faster than fetch. I guess that depends on the...

> Can you Guide Me How to Host it on Vercel. Its My First time using Vercel you cannot deploy the bot on vercel. You can only deploy the website.

Since this is yet to be reviewed, I have prepared a list of alternative opus libs for node which could work for the people having issues: # 1. [mediaplex](https://npm.im/mediaplex) [mediaplex](https://npm.im/mediaplex)...

# Update After letting it run for a while, I got this error. Also CPU usage seems to be random now, not sure what happened at first. ```ts [test]: Process...

@TehreemFarooqi Font.fromFileSync returns font name. Usage of font family is not supported so you will have to use the name returned by Font.fromFileSync method. Alternatively, the second argument takes the...

Something like this ```ts const font = Font.fromFileSync('path/to/font.ttf'); // Or const font = Font.fromFileSync('path/to/font.ttf', 'my-font'); fontFamily: font.name // or fontFamily: 'my-font' ```

could be line height issue, i will check this and let you know

> Same bug, cant do a rank card ![image](https://private-user-images.githubusercontent.com/38588921/358204036-1670acfd-0da2-4030-baeb-27ec080c975a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjM3MjExMTUsIm5iZiI6MTcyMzcyMDgxNSwicGF0aCI6Ii8zODU4ODkyMS8zNTgyMDQwMzYtMTY3MGFjZmQtMGRhMi00MDMwLWJhZWItMjdlYzA4MGM5NzVhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA4MTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwODE1VDExMjAxNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdmODhjOGM5ODcxYzYxNjA4MjkzMTljYmE2NjBhZTFkZDBmOGVlYjg4OWFjOGU2OGIyODgzMDRmMjU5Y2EyNzImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.TwBy0_t85QHpaQdthUykxZUZu5JB92Cl1U3TKjg55OA) not the same bug, your image url got ratelimited.