diff options
| author | Alee <alee14498@gmail.com> | 2018-03-31 22:03:11 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-31 22:03:11 -0400 |
| commit | b784bb3cb308fe20898e90444f520b1e088a85af (patch) | |
| tree | 3783daf62e8839a490629eadd903cd58f6c9edce /storage/items.json | |
| parent | b7849cfc45a91dddc1b93f58d7bab02886a654bb (diff) | |
| parent | 0f78baedf737a9e27956112c56c3efef26832ba8 (diff) | |
| download | AleeBot-b784bb3cb308fe20898e90444f520b1e088a85af.tar.gz AleeBot-b784bb3cb308fe20898e90444f520b1e088a85af.tar.bz2 AleeBot-b784bb3cb308fe20898e90444f520b1e088a85af.zip | |
Merge branch 'beta'
Diffstat (limited to 'storage/items.json')
| -rw-r--r-- | storage/items.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/storage/items.json b/storage/items.json new file mode 100644 index 0000000..1d57718 --- /dev/null +++ b/storage/items.json @@ -0,0 +1,20 @@ +{ + "Programmer" : { + "name": "Programmer Role", + "price": "100", + "type": "Roles", + "desc": "Buying this gives you the programmer role." + }, + "AleeOS" : { + "name": "AleeOS", + "price": "400", + "type": "OS", + "desc": "Buying this gives you AleeOS." + }, + "theSlate" : { + "name": "theSlate", + "price": "400", + "type": "Tools", + "desc": "Buying this gives you theSlate." + } +}
\ No newline at end of file |
