diff options
| -rw-r--r-- | client/modules/Joke.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/modules/Joke.py b/client/modules/Joke.py index 7192b03..a260e5a 100644 --- a/client/modules/Joke.py +++ b/client/modules/Joke.py @@ -1,7 +1,7 @@ # -*- coding: utf-8-*- import random import re -import jasperpath +from client import jasperpath WORDS = ["JOKE", "KNOCK KNOCK"] |
