Skip to content

Commit

Permalink
v2.3.0: Improve attachment handling
Browse files Browse the repository at this point in the history
Add verbose and quiet flags
Add re-uploading of attachments
Add copying of embeds
Improve argument parsing
  • Loading branch information
BilliAlpha committed Jul 9, 2023
1 parent 4285dd8 commit 1511ac0
Show file tree
Hide file tree
Showing 3 changed files with 411 additions and 197 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ _A discord bot for copying messages between guilds_

[![build](https://github.com/BilliAlpha/discord-transfer/actions/workflows/maven.yml/badge.svg)](https://github.com/BilliAlpha/discord-transfer/actions/workflows/maven.yml)

**Current version: [v2.2.2](https://github.com/BilliAlpha/discord-transfer/releases/latest)**
**Current version: [v2.3.0](https://github.com/BilliAlpha/discord-transfer/releases/latest)**

## How to use ? ##

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.billialpha.discord</groupId>
<artifactId>discord-transfer</artifactId>
<version>2.2.2</version>
<version>2.3.0</version>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
Loading

0 comments on commit 1511ac0

Please sign in to comment.