Removed token from conf, so owners didnt accidentally use that token

This commit is contained in:
Driftay 2019-09-29 04:46:21 -04:00
parent 3998a346b4
commit f63121ed86
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class Conf {
public static boolean worldGuardBuildPriority = false;
//DISCORD
public static boolean useDiscordSystem = true;
public static String discordBotToken = "NjI3NzUxOTI1MzYxODAzMjc0.XZBOUQ.IFeQmnsCMWk6fmDicVtJKNAewXc";
public static String discordBotToken = "<token here>";
public static String fromDiscordFactionChatPrefix = "&f[&dDiscord&f] ";
public static String avatarUrl = "http://cravatar.eu/helmavatar/%uuid%.png";
public static String webhookName = "SaberFactions Hook";