1
0
mirror of https://github.com/MrDetonia/Maki.git synced 2024-11-13 00:26:53 -05:00

2017 readme and license update

This commit is contained in:
Zac Herd 2017-04-22 15:03:11 +00:00
parent e7a115f412
commit 7180edb77a
3 changed files with 13 additions and 8 deletions

View File

@ -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

View File

@ -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 = '<Discord Application Token>'
lfmkey = '<last.fm API key>'
steamkey = '<Steam API key>'
```
- 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.

2
bot.py
View File

@ -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