Skip to content

Commit

Permalink
Removed config entry that should have been removed a year ago
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlOfDuty committed Jul 3, 2023
1 parent cf26716 commit d1ef2c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions SCPDiscordBot/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public class Bot
{
public string token = "";
public ulong serverId = 0;
public string prefix = "";
public string logLevel = "Information";
public string presenceType = "Watching";
public string presenceText = "for server startup...";
Expand Down Expand Up @@ -71,7 +70,6 @@ public static void PrintConfig()
Logger.Debug("#### Config settings ####", LogID.CONFIG);
// Token skipped
Logger.Debug("bot.server-id: " + config.bot.serverId, LogID.CONFIG);
Logger.Debug("bot.prefix: " + config.bot.prefix, LogID.CONFIG);
Logger.Debug("bot.log-level: " + config.bot.logLevel, LogID.CONFIG);
Logger.Debug("bot.presence-type: " + config.bot.presenceType, LogID.CONFIG);
Logger.Debug("bot.presence-text: " + config.bot.presenceText, LogID.CONFIG);
Expand Down
3 changes: 0 additions & 3 deletions SCPDiscordBot/default_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
# Your Discord server's ID.
server-id: 000000000000000000

# Prefix for discord commands.
prefix: "+"

# Decides what messages are shown in console
# Possible values are: Critical, Error, Warning, Information, Debug.
log-level: "Information"
Expand Down

0 comments on commit d1ef2c3

Please sign in to comment.