diff --git a/greenwiz/utils/settings.py b/greenwiz/utils/settings.py index e617c3f..518e1ec 100644 --- a/greenwiz/utils/settings.py +++ b/greenwiz/utils/settings.py @@ -79,7 +79,6 @@ 517484768791756822, # Soggy 682514501865570408, # green 118923557265735680, # Kron - 204638784942243850, # Piga 416929638426869762, # ghostcam 533663361770979369, # WhiteFlag 186285429077573632, # mithc diff --git a/greenwiz/utils/trivia_utils.py b/greenwiz/utils/trivia_utils.py index 98a8f81..36bff95 100644 --- a/greenwiz/utils/trivia_utils.py +++ b/greenwiz/utils/trivia_utils.py @@ -100,6 +100,13 @@ "lights on", "lights off", "the grin reaper", + "the custodian", + "banta's workshop", + "les incompetents", + "monkey generator", + "folding at homequarters", + "5th banniversary", + "monkey memeland", ] ops = {"+": operator.add, "-": operator.sub, "*": operator.mul, "/": operator.truediv}