From a77f1e1023cffc54ac01ab2580a59a2c6f6fdb86 Mon Sep 17 00:00:00 2001 From: aikaterna Date: Wed, 30 Nov 2016 20:14:30 -0800 Subject: [PATCH] Create info.json --- info.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 info.json diff --git a/info.json b/info.json new file mode 100644 index 0000000..d80784a --- /dev/null +++ b/info.json @@ -0,0 +1,7 @@ +{ + "AUTHOR" : "aikaterna", + "INSTALL_MSG" : "Thanks for installing. Please PR any issues or code changes, I'm sure some cogs of mine will need some work.", + "NAME" : "aikaterna-cogs", + "SHORT" : "Some cogs I've mashed together while learning Python.", + "DESCRIPTION" : "Someday, this repository will have cogs that I actually wrote by myself. Until then, enjoy my learning process of taking code and modifying it." +}