discordjs / builders

A collection of builders that you can use when creating your bot.
Apache License 2.0
97 stars 37 forks source link

example code formatting #44

Closed thenetwrx closed 2 years ago

thenetwrx commented 2 years ago

Please describe the changes this PR makes and why it should be merged: Slash Command Builder Examples formatting fixed

Status and versioning classification:

Khasms commented 2 years ago

The formatting is correct as is, chained calls over new lines should be tabbed in.

thenetwrx commented 2 years ago

The formatting is correct as is, chained calls over new lines should be tabbed in.

I found it confusing, shall I leave this pull open?

ImRodry commented 2 years ago

How it is confusing? VS code's default formatter suggests this even, and it looks more readable

kyranet commented 2 years ago

I'm sorry, but I'll have to close this Pull Request.

All the examples are formatted using Prettier (using our rules), and then pasted into the Markdown files.