From 848a513bc32df58d0736f8fbb1d6ac08458162a4 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Wed, 19 Jan 2022 11:53:26 -0800 Subject: [PATCH] Add easter egg; Satoshi and Nakamoto as nouns in nick generator --- api/nick_generator/dicts/en/adjectives.py | 1 + api/nick_generator/dicts/en/nouns.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/api/nick_generator/dicts/en/adjectives.py b/api/nick_generator/dicts/en/adjectives.py index 07519d03..4b9e2216 100755 --- a/api/nick_generator/dicts/en/adjectives.py +++ b/api/nick_generator/dicts/en/adjectives.py @@ -4773,6 +4773,7 @@ adjectives = [ "Compound", "Important", "Robotic", + "Satoshi", "Alltoocommon", "Informative", "Anxious", diff --git a/api/nick_generator/dicts/en/nouns.py b/api/nick_generator/dicts/en/nouns.py index ae3243e8..b11cfaab 100755 --- a/api/nick_generator/dicts/en/nouns.py +++ b/api/nick_generator/dicts/en/nouns.py @@ -6346,6 +6346,7 @@ nouns = [ "Nair", "Nairo", "Naivete", + "Nakamoto", "Name", "Namesake", "Nanometer", @@ -12229,6 +12230,7 @@ nouns = [ "Sand", "Sandwich", "Satisfaction", + "Satoshi", "Save", "Savings", "Scale",