Skip to content

Commit 916d41a

Browse files
authored
Merge pull request CloudBotIRC#105 from archaicmotion/gonzobot
Updated is.cool URL
2 parents a39999d + f15c086 commit 916d41a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/jokes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def load_jokes(bot):
2929

3030
with codecs.open(os.path.join(bot.data_dir, "wisdom.txt"), encoding="utf-8") as f:
3131
wisdom = [line.strip() for line in f.readlines() if not line.startswith("//")]
32-
32+
3333
with codecs.open(os.path.join(bot.data_dir, "book_puns.txt"), encoding="utf-8") as f:
3434
book_puns = [line.strip() for line in f.readlines() if not line.startswith("//")]
3535

0 commit comments

Comments
 (0)