diff options
author | Minteck <contact@minteck.org> | 2022-02-11 18:46:01 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-02-11 18:46:01 +0100 |
commit | 395c72df876e2674b562ff95f8f867b6f6d3cba8 (patch) | |
tree | 7923cfc4c15e86f2e59058369b763a5b21c2433f /stats | |
parent | a7102acd6fda9168b057d90c961618aead034336 (diff) | |
download | ponyfind-395c72df876e2674b562ff95f8f867b6f6d3cba8.tar.gz ponyfind-395c72df876e2674b562ff95f8f867b6f6d3cba8.tar.bz2 ponyfind-395c72df876e2674b562ff95f8f867b6f6d3cba8.zip |
Feature: implements #6
Diffstat (limited to 'stats')
-rw-r--r-- | stats/buttons.json | 1 | ||||
-rw-r--r-- | stats/commands.json | 1 | ||||
-rw-r--r-- | stats/menu.json | 1 | ||||
-rw-r--r-- | stats/ponies.json | 1 | ||||
-rw-r--r-- | stats/queries.json | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/stats/buttons.json b/stats/buttons.json new file mode 100644 index 0000000..4ae0ecc --- /dev/null +++ b/stats/buttons.json @@ -0,0 +1 @@ +{"pony.public":3,"pony.display":1}
\ No newline at end of file diff --git a/stats/commands.json b/stats/commands.json new file mode 100644 index 0000000..939829e --- /dev/null +++ b/stats/commands.json @@ -0,0 +1 @@ +{"pony":6,"config":1}
\ No newline at end of file diff --git a/stats/menu.json b/stats/menu.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/stats/menu.json @@ -0,0 +1 @@ +{}
\ No newline at end of file diff --git a/stats/ponies.json b/stats/ponies.json new file mode 100644 index 0000000..3cb2885 --- /dev/null +++ b/stats/ponies.json @@ -0,0 +1 @@ +{"Scootaloo":3,"Rainbow Dash":2,"Cheerilee":1}
\ No newline at end of file diff --git a/stats/queries.json b/stats/queries.json new file mode 100644 index 0000000..628240b --- /dev/null +++ b/stats/queries.json @@ -0,0 +1 @@ +{"Scootaloo":["scootaloo"],"Rainbow Dash":["rainbow dash","rd"],"Cheerilee":["cheerilee"]}
\ No newline at end of file |