generated from Aliucord/plugins-template
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
7,268 additions
and
8,461 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
## Protobuf Code Generation | ||
|
||
Protobuf code is generated by invoking the following command from `src/main`: | ||
|
||
```shell | ||
protoc --java_out=lite:java proto/FrecencyUserSettings.proto | ||
``` | ||
``` | ||
|
||
Thank you Dolfies :blobcatcozy: | ||
[discord-protos/FrecencyUserSettings.proto](https://github.com/dolfies/discord-protos/blob/master/discord_protos/FrecencyUserSettings.proto) | ||
|
||
Using [protocolbuffers/protobuf v29.0-rc2/java](https://github.com/protocolbuffers/protobuf/tree/v29.0-rc2/java) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
version = "1.0.0" | ||
description = "Favorite GIFs & stickers" | ||
description = "Adds support for favorite GIFs, emojis, stickers, and recent items" | ||
|
||
aliucord.excludeFromUpdaterJson.set(true) | ||
aliucord.changelog.set( | ||
""" | ||
# 1.0.0 | ||
- Initial release | ||
""".trimIndent() | ||
) |
Oops, something went wrong.