Skip to content

Commit

Permalink
feat(readme): fix markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryzeon committed Apr 13, 2024
1 parent 1990a3e commit 8c8f39b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ HTML Template stolen from [DiscordChatExporter](https://github.com/Tyrrrz/Discor
<dependency>
<groupId>com.github.Ryzeon</groupId>
<artifactId>discord-html-transcripts</artifactId>
<version>
<version>Tag</version>
</dependency>
```

## Example Output
![output](https://img.derock.dev/5f5q0a.png)

## Usage
### Example usage using the built in message fetcher.
### Example usage using the built-in message fetcher.
```java
DiscordHtmlTranscripts transcript = DiscordHtmlTranscripts.getInstance();
textChannel.sendFiles(transcript.createTranscript(textChannel)).queue()
Expand Down

0 comments on commit 8c8f39b

Please sign in to comment.