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
|
||||
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()
|
||||
.setColor(Color.GREEN)
|
||||
.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 () {
|
||||
return new EmbedBuilder()
|
||||
.setColor(Color.RED)
|
||||
.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 () {
|
||||
return new EmbedBuilder()
|
||||
.setColor(Color.GREEN)
|
||||
.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