Closed apteryxxyz closed 1 month ago
Latest commit: 0d754eac4dd6d3c20eda0f7d00d7ab5410cfca59
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.
Since your pull request originates from a forked repository, GitGuardian is not able to associate the secrets uncovered with secret incidents on your GitGuardian dashboard. Skipping this check run and merging your pull request will create secret incidents on your GitGuardian dashboard.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
pnpm add https://pkg.pr.new/buape/carbon/@buape/carbon@146
pnpm add https://pkg.pr.new/buape/carbon/@buape/carbon-nodejs@146
pnpm add https://pkg.pr.new/buape/carbon/create-carbon@146
pnpm add https://pkg.pr.new/buape/carbon/@buape/carbon-request@146
commit: b4fedd4
You can rebase on main to fix the formatting CI error
Regarding the //
at the end of some lines, this is just me forcing some preferred formatting.
For example, Biome would format a piece of code like this:
await this.rest.put(Routes.applicationCommands(this.options.clientId), {
body: commands
})
I myself don't like this, so I'll put //
to force the formatting to this:
await this.rest.put(
Routes.applicationCommands(this.options.clientId), //
{ body: commands }
)
Ah, that's a neat trick
Any idea on the docs api script failing? Haven't tried to fix it yet but I haven't dug into how this version works
Any idea on the docs api script failing? Haven't tried to fix it yet but I haven't dug into how this version works
Seems to be related to the copy-api.sh script, the action doesnt like escaped_name="${name//@/\\@}"
. As to why my best guess is the shell in the action isn't bash, referencing this Stack Overflow answer. I'm not really sure though
Any idea on the docs api script failing? Haven't tried to fix it yet but I haven't dug into how this version works
Finally done 😂😴
Code
Plugin
class thatClient
andLinkedRoles
extendscreateHandle
methodcreate-carbon
new templatesTesting
apps/
Documentation
Closes #99