diff --git a/TODO.md b/TODO.md index af6f6ac..db80ddf 100644 --- a/TODO.md +++ b/TODO.md @@ -21,5 +21,7 @@ This bot was written a long time back in the spare time of a busy person. The co * Implement factoid aliasing * Implement an object system for the give/take commands * Create some kind of web reference page +* Verify (fix) untappd integration + * Has not even been run * Write godoc for pretty much everything and explain why functions exist * Enter all of this into GitHub tickets diff --git a/example_config.json b/example_config.json index 2c47119..fdd1c3d 100644 --- a/example_config.json +++ b/example_config.json @@ -1,5 +1,5 @@ { - "DFile": "catbase.json", + "DFile": "catbase.db", "Dbserver": "127.0.0.1", "Channels": ["#CatBaseTest"], "MainChannel": "#CatBaseTest",