From f3a645a65b46f290d2a3c013723b16c98f578cf6 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 20 Nov 2016 11:34:13 -0500 Subject: [PATCH] Add SKK currency --- src/NadekoBot/data/units.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/NadekoBot/data/units.json b/src/NadekoBot/data/units.json index f7fe8cbe..1b5cf769 100644 --- a/src/NadekoBot/data/units.json +++ b/src/NadekoBot/data/units.json @@ -977,5 +977,12 @@ ], "UnitType": "currency", "Modifier": 1.0 + }, + { + "Triggers": [ + "SKK" + ], + "UnitType": "currency", + "Modifier": 30.13 } -] \ No newline at end of file +]