diff --git a/plugins/seen.py b/plugins/seen.py index 2c51b70..30c004e 100644 --- a/plugins/seen.py +++ b/plugins/seen.py @@ -8,7 +8,7 @@ import sqlite3 from util import hook, timesince -dbname = "seen.db" +dbname = "skybot.db" def adapt_datetime(ts): diff --git a/plugins/tell.py b/plugins/tell.py index 8838435..a8e64ae 100644 --- a/plugins/tell.py +++ b/plugins/tell.py @@ -8,7 +8,7 @@ import sqlite3 from util import hook, timesince -dbname = "skydb" +dbname = "skybot.db" def adapt_datetime(ts):