Merge pull request 'feat: add initial files for KofiShop cog' (#2) from kofishop into main
Reviewed-on: #2
This commit is contained in:
0
kofi-shop/README.md
Normal file
0
kofi-shop/README.md
Normal file
0
kofi-shop/__init__.py
Normal file
0
kofi-shop/__init__.py
Normal file
16
kofi-shop/info.json
Normal file
16
kofi-shop/info.json
Normal file
@@ -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."
|
||||
}
|
||||
0
kofi-shop/kofi-shop.py
Normal file
0
kofi-shop/kofi-shop.py
Normal file
Reference in New Issue
Block a user