From 83facc2fb98c99d8964b56410ce08434ddb833de Mon Sep 17 00:00:00 2001 From: Unstable Kitsune Date: Thu, 11 Sep 2025 17:17:40 -0400 Subject: [PATCH] feat: add initial files for KofiShop cog --- kofi-shop/README.md | 0 kofi-shop/__init__.py | 0 kofi-shop/info.json | 16 ++++++++++++++++ kofi-shop/kofi-shop.py | 0 4 files changed, 16 insertions(+) create mode 100644 kofi-shop/README.md create mode 100644 kofi-shop/__init__.py create mode 100644 kofi-shop/info.json create mode 100644 kofi-shop/kofi-shop.py diff --git a/kofi-shop/README.md b/kofi-shop/README.md new file mode 100644 index 0000000..e69de29 diff --git a/kofi-shop/__init__.py b/kofi-shop/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/kofi-shop/info.json b/kofi-shop/info.json new file mode 100644 index 0000000..345ccef --- /dev/null +++ b/kofi-shop/info.json @@ -0,0 +1,16 @@ +{ + "author": [ "unstableCogs" ], + "install_msg": "Thank you for installing the Ko-fi Shop cog! Use `[p]help KofiShop` for commands.", + "name": "KofiShop", + "short": "An interactive front-end for a Ko-fi store.", + "description": "Allows users to place orders and submit reviews for items available on the client's Ko-fi store. This cog acts as a bridge to an external shop.", + "tags": [ + "kofi", + "shop", + "store", + "review", + "utility" + ], + "requirements": [ "rich" ], + "end_user_data_statement": "This cog persistently stores user IDs, order details, and submitted reviews to manage shop history and transactions." +} \ No newline at end of file diff --git a/kofi-shop/kofi-shop.py b/kofi-shop/kofi-shop.py new file mode 100644 index 0000000..e69de29