From 7180edb77a1a42b25a4caaffc374b1aa3ae4c806 Mon Sep 17 00:00:00 2001 From: Zac Herd Date: Sat, 22 Apr 2017 15:03:11 +0000 Subject: [PATCH] 2017 readme and license update --- LICENSE.md | 2 +- README.md | 17 +++++++++++------ bot.py | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 270bef0..2cf6e63 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ Modified BSD License ==================== -_Copyright © 2015, Zac Herd_ +_Copyright © 2017, Zac Herd_ _All rights reserved._ Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 75de122..11bb4ca 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,16 @@ Maki uses Python 3.4 with discord.py. Install python3.4 and use pip to install a To run Maki, simply run bot.py. ## Required Files -- You will require an account for Maki to use, the logon details for which should be stored in a file called secret.py -- Maki uses JSON files to store data persistently. You do not need to create these files, Maki will make them for you. +- You will require a Discord Application for Maki to use, the token for which should be stored in a file called secret.py: +```json +token = '' +lfmkey = '' +steamkey = '' +``` +- Maki uses JSON files to store data persistently. These will be created automatically in a data directory. ## License -Copyright 2016, Zac Herd. -All Rights Reserved. -Licensed under the BSD 3-clause License. -See LICENSE.md for a full copy of the license text. +Copyright 2017, Zac Herd. +All Rights Reserved. +Licensed under the BSD 3-clause License. +See LICENSE.md for a full copy of the license text. diff --git a/bot.py b/bot.py index 02f0b68..9cf8c8b 100644 --- a/bot.py +++ b/bot.py @@ -2,7 +2,7 @@ # ---- # Discord bot by MrDetonia # -# Copyright 2016 Zac Herd +# Copyright 2017 Zac Herd # Licensed under BSD 3-clause License, see LICENSE.md for more info