Newer
Older
CrashLogBot / src / main / java / net / romvoid / crashbot / config / InteralConfig.java
@y.varenkov y.varenkov on 2 Aug 2021 204 bytes add
package net.romvoid.crashbot.config;

public class InteralConfig {
	
	public String webhookUrl;
	
	public InteralConfig() {}
	
    public String getWebhookUrl() {
        return this.webhookUrl;
    }

}