From 57f6a02619521a30a85cdc2d0941353158875d3d Mon Sep 17 00:00:00 2001 From: Abigail Gold <5366828+classabbyamp@users.noreply.github.com> Date: Wed, 11 Dec 2019 18:17:27 -0500 Subject: [PATCH] add lookup ext to default ext list --- templates/data/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/data/options.py b/templates/data/options.py index 81ecc8b..a704c07 100644 --- a/templates/data/options.py +++ b/templates/data/options.py @@ -27,7 +27,7 @@ debug = False owners_uids = (200102491231092736,) # The extensions to load when running the bot. -exts = ['ae7q', 'base', 'fun', 'grid', 'ham', 'image', 'morse', 'qrz', 'study', 'weather'] +exts = ['ae7q', 'base', 'fun', 'grid', 'ham', 'image', 'lookup', 'morse', 'qrz', 'study', 'weather'] # The text to put in the "playing" status. game = 'with lids on 7.200'