From 0dc547e5ac5736174bb9727e1e93da987ed781fd Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sat, 26 Sep 2020 15:05:10 -0400 Subject: soviet today --- src/commands/today/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/commands/today/mod.rs') diff --git a/src/commands/today/mod.rs b/src/commands/today/mod.rs index bf9a439..84f3f1b 100644 --- a/src/commands/today/mod.rs +++ b/src/commands/today/mod.rs @@ -32,6 +32,7 @@ mod sept_21; mod nov_5; mod halloween; +mod ussr; mod wednesday; @@ -66,6 +67,7 @@ lazy_static! { nov_5::nov_5, halloween::halloween, + ussr::ussr, wednesday::wednesday, -- cgit v1.3.1