diff --git a/cogs/counting.py b/cogs/counting.py index 334544c..063855a 100644 --- a/cogs/counting.py +++ b/cogs/counting.py @@ -292,7 +292,7 @@ def safe_eval(self, expr): "cos": math.cos, "tan": math.tan, "asin": math.asin, - "acos": math.acos + "acos": math.acos, "atan": math.atan, "degrees": math.degrees, "radians": math.radians,