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
|
||||
contact_links:
|
||||
- name: BigBotNetwork Discord Support
|
||||
- name: BBN Holding Discord Support
|
||||
url: https://discord.gg/nPwjaJk
|
||||
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.
|
||||
|
||||
<a href="https://discord.gg/nPwjaJk"><img src="https://discord.com/api/guilds/757966278936756345/embed.png"/></a>
|
||||
[](https://github.com/BigBotNetwork/Hadder)
|
||||
[](https://www.codacy.com/gh/BigBotNetwork/Hadder?utm_source=github.com&utm_medium=referral&utm_content=BigBotNetwork/Hadder&utm_campaign=Badge_Grade)
|
||||
[](https://github.com/BBN-Holding/Hadder)
|
||||
[](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://bbn.crowdin.com/hadder)
|
||||
[](https://github.com/BigBotNetwork/Hadder/issues)
|
||||
[](https://github.com/BigBotNetwork/Hadder/blob/master/LICENSE)
|
||||
[](https://wakatime.com/badge/github/BigBotNetwork/Hadder)
|
||||
[](https://github.com/BBN-Holding/Hadder/issues)
|
||||
[](https://github.com/BBN-Holding/Hadder/blob/master/LICENSE)
|
||||
[](https://wakatime.com/badge/github/BBN-Holding/Hadder)
|
||||
|
||||
## Hadder Team
|
||||
### Developer
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ public class MentionListener extends ListenerAdapter {
|
|||
|
||||
try {
|
||||
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();
|
||||
} catch (IOException ioException) {
|
||||
ioException.printStackTrace();
|
||||
|
|
@ -65,8 +65,7 @@ public class MentionListener extends ListenerAdapter {
|
|||
.addField("User-Prefix", mongoUser.getPrefix(), true)
|
||||
.addField("Guild-Prefix", mongoServer.getPrefix(), true)
|
||||
.addField("Join our Dev Server!", "[Click here!](https://discord.gg/nPwjaJk)", true)
|
||||
.addField("Github", "[Click here!](https://github.com/BigBotNetwork/Hadder)", false)
|
||||
.addField("Twitch", "[Click here!](https://www.twitch.tv/bigbotnetwork)", false);
|
||||
.addField("Github", "[Click here!](https://github.com/BBN-Holding/Hadder)", false)
|
||||
e.getChannel().sendMessage(builder.build()).queue();
|
||||
} else if (e.getMessage().getContentRaw().equalsIgnoreCase("@someone")) {
|
||||
int member = new Random().nextInt(e.getGuild().getMembers().size() - 1);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue