From b966fcbd982f4ed0a17381cb858c132b29fce264 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 16 Aug 2021 13:03:03 +0100 Subject: [PATCH] make currency free --- currency/publicapi.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/currency/publicapi.json b/currency/publicapi.json index 1144bce..0c30ef6 100644 --- a/currency/publicapi.json +++ b/currency/publicapi.json @@ -1,10 +1,5 @@ { "name": "currency", "icon": "💱", - "category": "money", - "pricing": { - "Currency.Rates": 10000, - "Currency.Convert": 10000, - "Currency.History": 15000 - } + "category": "money" }