Jiralite

Results 58 comments of Jiralite

~~The discord.js version 13 text needs updating since it's released! Also, changing the contributing link to use the main branch would be a bonus!~~ #50

If you wanted a review, it's not merge-ready. For example, importing from builders instead of discord.js. Rebase and re-read the files changed as it's been quite some time.

Hiya @vladfrangu, I think this may be a minimum reproduction sample: ```JavaScript import { setTimeout } from "node:timers/promises"; import { Routes } from "discord-api-types/v9"; import { REST } from "@discordjs/rest";...

https://github.com/discordjs/discord.js/issues/8035#issuecomment-1218424881

It seems the documentation generator doesn't include the full path as of commit https://github.com/discordjs/builders/commit/b5d0b157b1262bd01fa011f8e0cf33adb82776e7. Prior to this commit, the path would be prefixed with "src", but executing `npm run-script docs`...

> This PR includes breaking changes (methods removed or renamed, parameters moved or removed) What's the breaking change? If there is one, this cannot be merged.

Make sure you get #8662 in here too!

Can you make a pull request to emit a deprecation warning to use the `ActionRowBuilder`'s static method?

That would be because of #8504. The communication wasn't good here, but thank you for pointing it out.

Possibly relevant: https://github.com/nodejs/undici/issues/1531