diff options
| author | Alee <alee14498@gmail.com> | 2018-03-31 21:58:36 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-31 21:58:36 -0400 |
| commit | f33efa466054206bdd3e63eb00dfe296973dc99d (patch) | |
| tree | 38d619debe599d982f9cf3a616ac9ecd434f5d72 /storage | |
| parent | 902337c6e41250509cb91502e7bf007e4aec1c2f (diff) | |
| download | AleeBot-f33efa466054206bdd3e63eb00dfe296973dc99d.tar.gz AleeBot-f33efa466054206bdd3e63eb00dfe296973dc99d.tar.bz2 AleeBot-f33efa466054206bdd3e63eb00dfe296973dc99d.zip | |
Moved items.json to the storage folder
Diffstat (limited to 'storage')
| -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 |
