Skip to content

Commit

Permalink
Removed release name log
Browse files Browse the repository at this point in the history
  • Loading branch information
faab007nl committed Sep 6, 2021
1 parent f386f36 commit 644abb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public class GithubRelease {

public GithubRelease(GHRelease release) throws IOException {
List<GHAsset> releaseAsset = release.listAssets().toList();
TechDiscordBot.log(releaseAsset.get(0).getName());
if(releaseAsset.size() > 0) {
this.asset = releaseAsset.get(0);
this.file = GitHubUtil.downloadFile(release.getTagName(), asset);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void onCommand(TextChannel channel, Member member, SlashCommandEvent e) {

if(service.equalsIgnoreCase("Bot")) {
e.replyEmbeds(new TechEmbedBuilder("Restart Status Loading...")
.text("Restarting Bot :loading:")
.text("Restarting Bot...")
.thumbnail("https://i.ibb.co/9gth0SW/1496.gif")
.color(Color.ORANGE)
.build()
Expand Down

0 comments on commit 644abb5

Please sign in to comment.