Skip to content

Commit

Permalink
refactor(*): migrate code tabs to automatic conversion plugin (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Frangu <[email protected]>
  • Loading branch information
favna and vladfrangu authored Nov 30, 2021
1 parent 257055c commit 97474f7
Show file tree
Hide file tree
Showing 19 changed files with 717 additions and 2,083 deletions.
4 changes: 2 additions & 2 deletions docs/General/Welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ npm install @sapphire/framework discord.js

## Example usage

```javascript
const { SapphireClient } = require('@sapphire/framework');
```typescript ts2esm2cjs|{3}|{3}
import { SapphireClient } from '@sapphire/framework';

const client = new SapphireClient({ intents: ['GUILDS', 'GUILD_MESSAGES'] });

Expand Down
Loading

1 comment on commit 97474f7

@vercel
Copy link

@vercel vercel bot commented on 97474f7 Nov 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.