Skip to content

Commit

Permalink
Replace lightshot references
Browse files Browse the repository at this point in the history
  • Loading branch information
vlOd2 committed Apr 29, 2023
1 parent e6ced4c commit 96560b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'me.vlod'
version '1.0.0'
version '1.0.1'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/vlod/imgurscraper/CommandHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private void doGenerateCommand(String numberRaw) {

if (this.app.discordWebhook != null && downloadResult) {
this.app.discordWebhook.setAvatarURL(
"https://raw.githubusercontent.com/vlOd2/LightshotScraper/main/LightShotScraper.png");
"https://raw.githubusercontent.com/vlOd2/ImgurScraper/main/ImgurScraper.png");
this.app.discordWebhook.addEmbed(new DiscordEmbed(
String.format("New scrape! (Number %d)", i),
String.format("I have scraped the following link and confirmed it's valid: %s", link),
Expand Down

0 comments on commit 96560b3

Please sign in to comment.