diff options
Diffstat (limited to 'src/commands/today/mod.rs')
| -rw-r--r-- | src/commands/today/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
