This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Game | |
var game = "https://envoysoftheend.tk"; | |
script.on ("connected", function() | |
{ | |
discord.send(3, '{"idle_since":0,"game":{"type":0,"name":"' + game + '"}}'); | |
}).on("load", function() | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Game | |
var game = "www.schlaubi.net"; | |
script.on("connected", function() | |
{ | |
discord.send(3, '{"afk":false,"since":0,"status":"dnd","game":{"type":0,"name":"'+game+'"}}'); | |
}).on("load", function() | |
{ | |
script.fireEvent("connected") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Regeln für Userbots | |
1. Der muss eine Terminate Befehl besitzen | |
2. Die wichtigen Administrativen Funktionen müssen auch dem Staff Team(Admin /Supporter?) zur Verfügung stehen | |
3. Der Bot darf dem normalen User nicht Zugriff auf mehr indirekte Rechte geben (Bsp: Fremde Nachichten löschen) | |
4. Der Prefix muss in der Prefix Liste eingetragen werden | |
4. Es dürfen keine unnötigen oder unaufgeforderten Nachichten versendet werden | |
5. Botowner müssen dem Staff Team sofort und erstmal ohne Nachfrage Folge leisten | |
6. Ein Kommandlog ist Pflicht und jeder Eintrag muss mindestens 3 Tage gespeichert bleiben | |
6.2 Das Team hat jederzeit und auch ohne Grund auf dem Kommandlog von der DarkDev Guilde | |
7. Das Team kann Teile vom Bot verlangen und muss vom Botowner auf Aufforderung zur Verfügung gestellt werden |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dsa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.schlaubi.schlaubibot.listeners; | |
import net.dv8tion.jda.core.EmbedBuilder; | |
import net.dv8tion.jda.core.entities.Message; | |
import net.dv8tion.jda.core.entities.MessageChannel; | |
import net.dv8tion.jda.core.entities.Role; | |
import net.dv8tion.jda.core.events.message.MessageReceivedEvent; | |
import net.dv8tion.jda.core.hooks.ListenerAdapter; | |
import net.schlaubi.schlaubibot.commands.Command; | |
import net.schlaubi.schlaubibot.core.commandHandler; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta http-equiv="refresh" content="0; URL=./shared"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
net.dv8tion.jda.annotations | |
net.dv8tion.jda.api | |
net.dv8tion.jda.api.audio | |
net.dv8tion.jda.api.audio.factory | |
net.dv8tion.jda.api.audio.hooks | |
net.dv8tion.jda.api.audit | |
net.dv8tion.jda.api.entities | |
net.dv8tion.jda.api.events | |
net.dv8tion.jda.api.events.channel.category | |
net.dv8tion.jda.api.events.channel.category.update |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"json": "TOKEN", | |
"database": { | |
"host": "localhost", | |
"user": "rulesbot", | |
"database": "rules_bot", | |
"password": "IfYouReadThatYouAreDumb" | |
}, | |
"statuspage": null, | |
"botlists": null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void main() { | |
var list = [1,2,3,4,5,6,7,78,9]; | |
print(list.sublist(0, list.length)); | |
print(list.sublist(0, list.length - 1)); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void main() { | |
var list = [1,2,3,4,5,6,7,78,9]; | |
print(list.sublist(0, list.length)); | |
print(list.sublist(0, list.length - 1)); | |
} |
OlderNewer