Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
xubiod committed Nov 3, 2020
1 parent c393656 commit 77c0130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xubot/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ public static void ReadyReddit(ICommandContext context = null)

Util.Log.PersistLog("setting up reddit client", log);

Program.reddit = new Reddit.RedditClient(JSONKeys["keys"].Contents.reddit.id.ToString(),);
Program.reddit = new Reddit.RedditClient(JSONKeys["keys"].Contents.reddit.id.ToString());
//_red.Wait();

stepTimes[0] = DateTime.Now;

// Console.WriteLine("* setting up default subreddit of /r/xubot_subreddit");
// Console.WriteLine("* setting up default subreddit of /r/xubot_subreddit");0
// subreddit = await reddit.GetSubredditAsync("/r/xubot_subreddit");
stepTimes[1] = DateTime.Now;
}
Expand Down

0 comments on commit 77c0130

Please sign in to comment.