Skip to content

Commit

Permalink
fix: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed May 12, 2023
1 parent c05c40d commit cbe960a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/guide/src/content/04-popular-topics/03-formatters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ With _`time()`_, you can format Unix timestamps and dates into a Discord time st
<CH.Code>

```js
import { time, TimestampStyles } = from 'discord.js';
import { time, TimestampStyles } from 'discord.js';

const date = new Date();
const timeString = time(date);
Expand Down

0 comments on commit cbe960a

Please sign in to comment.