enhance🐝

This commit is contained in:
SpudGunMan
2024-12-22 02:55:10 -08:00
parent 656c23c631
commit 555b14ddc0
5 changed files with 14 additions and 3 deletions
+4 -1
View File
@@ -99,8 +99,11 @@ else:
if dad_jokes_enabled:
from modules.games.joke import * # from the spudgunman/meshing-around repo
trap_list = trap_list + ("joke",)
#trap_list = trap_list + ("🐝",)
help_message = help_message + ", joke"
# Bee Configuration
if bee_enabled:
trap_list = trap_list + ("🐝",)
# Wikipedia Search Configuration
if wikipedia_enabled: