commit
7f4aee3c0e
11 changed files with 20 additions and 5 deletions
|
|
@ -57,7 +57,7 @@ If a community member engages in unacceptable behavior, the community organizers
|
||||||
|
|
||||||
## 7. Reporting Guidelines
|
## 7. Reporting Guidelines
|
||||||
|
|
||||||
If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible. admin@bigbotnetwork.de.
|
If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible. admin@bigbotnetwork.com.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -77,7 +77,7 @@ This code of conduct and its related procedures also applies to unacceptable beh
|
||||||
|
|
||||||
## 10. Contact info
|
## 10. Contact info
|
||||||
|
|
||||||
admin@bigbotnetwork.de
|
admin@bigbotnetwork.com
|
||||||
|
|
||||||
## 11. License and attribution
|
## 11. License and attribution
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ Hadder Discord is a multi-purpose Discord Bot with 100% uptime.
|
||||||
<a href="https://discord.gg/58My2dM"><img src="https://discordapp.com/api/guilds/448554629282922527/embed.png"/></a>
|
<a href="https://discord.gg/58My2dM"><img src="https://discordapp.com/api/guilds/448554629282922527/embed.png"/></a>
|
||||||
[](https://github.com/BigBotNetwork/Hadder)
|
[](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://www.codacy.com/gh/BigBotNetwork/Hadder?utm_source=github.com&utm_medium=referral&utm_content=BigBotNetwork/Hadder&utm_campaign=Badge_Grade)
|
||||||
|
[](https://bbn.crowdin.com/hadder)
|
||||||
|
|
||||||
<a href="https://discordextremelist.xyz/bots/Hadder"><img src="https://discordextremelist.xyz/api/bot/637002314162372639/widget"/></a>
|
<a href="https://discordextremelist.xyz/bots/Hadder"><img src="https://discordextremelist.xyz/api/bot/637002314162372639/widget"/></a>
|
||||||
[](https://top.gg/bot/637002314162372639)
|
[](https://top.gg/bot/637002314162372639)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
files:
|
files:
|
||||||
- source: src/main/Translations/en_us.json
|
- source: src/main/Translations/en_us.json
|
||||||
translation: src/main/Translations/%two_letters_code%/%original_file_name%
|
translation: src/main/Translations/%two_letters_code%.json
|
||||||
3
de/src/main/Translations/Translated/DE/en.json
Normal file
3
de/src/main/Translations/Translated/DE/en.json
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"Test String": "Ich bin cool"
|
||||||
|
}
|
||||||
3
en/src/main/Translations/Translated/en/en.json
Normal file
3
en/src/main/Translations/Translated/en/en.json
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"Test String": "I am a test string"
|
||||||
|
}
|
||||||
3
es/src/main/Translations/Translated/es/en.json
Normal file
3
es/src/main/Translations/Translated/es/en.json
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"Test String": "I am a test string"
|
||||||
|
}
|
||||||
3
fr/src/main/Translations/Translated/fr/en.json
Normal file
3
fr/src/main/Translations/Translated/fr/en.json
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"Test String": "I am a test string"
|
||||||
|
}
|
||||||
|
|
@ -1 +1,3 @@
|
||||||
|
{
|
||||||
|
"Hadder": "Hadder"
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ public class RulesCommand implements Command {
|
||||||
.setDescription("The channel was successfully set to " + channel.getName() + ". Please send me the rules now.")
|
.setDescription("The channel was successfully set to " + channel.getName() + ". Please send me the rules now.")
|
||||||
.build()).queue();
|
.build()).queue();
|
||||||
new EventWaiter().newOnMessageEventWaiter(event2 -> {
|
new EventWaiter().newOnMessageEventWaiter(event2 -> {
|
||||||
String message = event2.getMessage().getContentDisplay();
|
String message = event2.getMessage().getContentRaw();
|
||||||
event2.getChannel().sendMessage(new MessageEditor().setDefaultSettings(MessageEditor.MessageType.INFO)
|
event2.getChannel().sendMessage(new MessageEditor().setDefaultSettings(MessageEditor.MessageType.INFO)
|
||||||
.setTitle("Role to assign")
|
.setTitle("Role to assign")
|
||||||
.setDescription("The rules were successfully set. Please send me the name of the role which the user receives after he accepted the rules.")
|
.setDescription("The rules were successfully set. Please send me the name of the role which the user receives after he accepted the rules.")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue