From 0badf11468fb384a4d3138cb3d39748f8e77c7ce Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Fri, 9 Oct 2020 06:21:25 -0400 Subject: thursday --- 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 21583dd..141f1af 100644 --- a/src/commands/today/mod.rs +++ b/src/commands/today/mod.rs @@ -38,6 +38,7 @@ mod shrek; mod putin; mod wednesday; +mod thursday; mod tomorrow; mod pianoman; @@ -77,6 +78,7 @@ lazy_static! { putin::putin, wednesday::wednesday, + thursday::thursday, tomorrow::tomorrow, pianoman::pianoman, -- cgit v1.3.1