Update domains and add Discord badge
This commit is contained in:
parent
64d5b9946f
commit
6557fe795e
2 changed files with 5 additions and 3 deletions
|
|
@ -1,2 +1,4 @@
|
||||||
# Discord-Data-Mining
|
# Discord-Data-Mining
|
||||||
The official Discord-Data-Mining Rewrite
|
The official Discord-Data-Mining Rewrite
|
||||||
|
|
||||||
|
<a href="https://discord.gg/nPwjaJk"><img src="https://discord.com/api/guilds/757966278936756345/embed.png"/></a>
|
||||||
|
|
|
||||||
|
|
@ -10,18 +10,18 @@ public class EmbedUtil {
|
||||||
return new EmbedBuilder()
|
return new EmbedBuilder()
|
||||||
.setColor(Color.GREEN)
|
.setColor(Color.GREEN)
|
||||||
.setTimestamp(Instant.now())
|
.setTimestamp(Instant.now())
|
||||||
.setFooter("BBN Data Mining", "https://bigbotnetwork.com/images/avatar.png");
|
.setFooter("BBN Data Mining", "https://bbn.one/images/avatar.png");
|
||||||
}
|
}
|
||||||
public EmbedBuilder remove () {
|
public EmbedBuilder remove () {
|
||||||
return new EmbedBuilder()
|
return new EmbedBuilder()
|
||||||
.setColor(Color.RED)
|
.setColor(Color.RED)
|
||||||
.setTimestamp(Instant.now())
|
.setTimestamp(Instant.now())
|
||||||
.setFooter("BBN Data Mining", "https://bigbotnetwork.com/images/avatar.png");
|
.setFooter("BBN Data Mining", "https://bbn.one/images/avatar.png");
|
||||||
}
|
}
|
||||||
public EmbedBuilder update () {
|
public EmbedBuilder update () {
|
||||||
return new EmbedBuilder()
|
return new EmbedBuilder()
|
||||||
.setColor(Color.GREEN)
|
.setColor(Color.GREEN)
|
||||||
.setTimestamp(Instant.now())
|
.setTimestamp(Instant.now())
|
||||||
.setFooter("BBN Data Mining", "https://bigbotnetwork.com/images/avatar.png");
|
.setFooter("BBN Data Mining", "https://bbn.one/images/avatar.png");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue