Remove old org name
This commit is contained in:
parent
01aae9ac17
commit
229b2dc89f
3 changed files with 8 additions and 9 deletions
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: BigBotNetwork Discord Support
|
- name: BBN Holding Discord Support
|
||||||
url: https://discord.gg/nPwjaJk
|
url: https://discord.gg/nPwjaJk
|
||||||
about: Please ask questions here.
|
about: Please ask questions here.
|
||||||
|
|
|
||||||
10
README.md
10
README.md
|
|
@ -3,13 +3,13 @@
|
||||||
Hadder Discord is a multi-purpose Discord bot with 100% uptime.
|
Hadder Discord is a multi-purpose Discord bot with 100% uptime.
|
||||||
|
|
||||||
<a href="https://discord.gg/nPwjaJk"><img src="https://discord.com/api/guilds/757966278936756345/embed.png"/></a>
|
<a href="https://discord.gg/nPwjaJk"><img src="https://discord.com/api/guilds/757966278936756345/embed.png"/></a>
|
||||||
[](https://github.com/BigBotNetwork/Hadder)
|
[](https://github.com/BBN-Holding/Hadder)
|
||||||
[](https://www.codacy.com/gh/BigBotNetwork/Hadder?utm_source=github.com&utm_medium=referral&utm_content=BigBotNetwork/Hadder&utm_campaign=Badge_Grade)
|
[](https://www.codacy.com/gh/BBN-Holding/Hadder?utm_source=github.com&utm_medium=referral&utm_content=BBN-Holding/Hadder&utm_campaign=Badge_Grade)
|
||||||
[](https://www.codefactor.io/repository/github/bigbotnetwork/hadder)
|
[](https://www.codefactor.io/repository/github/bigbotnetwork/hadder)
|
||||||
[](https://bbn.crowdin.com/hadder)
|
[](https://bbn.crowdin.com/hadder)
|
||||||
[](https://github.com/BigBotNetwork/Hadder/issues)
|
[](https://github.com/BBN-Holding/Hadder/issues)
|
||||||
[](https://github.com/BigBotNetwork/Hadder/blob/master/LICENSE)
|
[](https://github.com/BBN-Holding/Hadder/blob/master/LICENSE)
|
||||||
[](https://wakatime.com/badge/github/BigBotNetwork/Hadder)
|
[](https://wakatime.com/badge/github/BBN-Holding/Hadder)
|
||||||
|
|
||||||
## Hadder Team
|
## Hadder Team
|
||||||
### Developer
|
### Developer
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@ public class MentionListener extends ListenerAdapter {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
GitHub connection = GitHub.connectUsingOAuth(config.getGitHubToken());
|
GitHub connection = GitHub.connectUsingOAuth(config.getGitHubToken());
|
||||||
GHRepository Hadder = connection.getOrganization("BigBotNetwork").getRepository("Hadder");
|
GHRepository Hadder = connection.getOrganization("BBN-Holding").getRepository("Hadder");
|
||||||
version = Hadder.getLatestRelease().getTagName();
|
version = Hadder.getLatestRelease().getTagName();
|
||||||
} catch (IOException ioException) {
|
} catch (IOException ioException) {
|
||||||
ioException.printStackTrace();
|
ioException.printStackTrace();
|
||||||
|
|
@ -65,8 +65,7 @@ public class MentionListener extends ListenerAdapter {
|
||||||
.addField("User-Prefix", mongoUser.getPrefix(), true)
|
.addField("User-Prefix", mongoUser.getPrefix(), true)
|
||||||
.addField("Guild-Prefix", mongoServer.getPrefix(), true)
|
.addField("Guild-Prefix", mongoServer.getPrefix(), true)
|
||||||
.addField("Join our Dev Server!", "[Click here!](https://discord.gg/nPwjaJk)", true)
|
.addField("Join our Dev Server!", "[Click here!](https://discord.gg/nPwjaJk)", true)
|
||||||
.addField("Github", "[Click here!](https://github.com/BigBotNetwork/Hadder)", false)
|
.addField("Github", "[Click here!](https://github.com/BBN-Holding/Hadder)", false)
|
||||||
.addField("Twitch", "[Click here!](https://www.twitch.tv/bigbotnetwork)", false);
|
|
||||||
e.getChannel().sendMessage(builder.build()).queue();
|
e.getChannel().sendMessage(builder.build()).queue();
|
||||||
} else if (e.getMessage().getContentRaw().equalsIgnoreCase("@someone")) {
|
} else if (e.getMessage().getContentRaw().equalsIgnoreCase("@someone")) {
|
||||||
int member = new Random().nextInt(e.getGuild().getMembers().size() - 1);
|
int member = new Random().nextInt(e.getGuild().getMembers().size() - 1);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue