summaryrefslogtreecommitdiffstats
path: root/osrc/watbot_db.py
diff options
context:
space:
mode:
Diffstat (limited to 'osrc/watbot_db.py')
-rw-r--r--osrc/watbot_db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/osrc/watbot_db.py b/osrc/watbot_db.py
index 6759c3b..837eaf9 100644
--- a/osrc/watbot_db.py
+++ b/osrc/watbot_db.py
@@ -31,7 +31,7 @@ class WatbotDB:
" timestamp integer,"
" balance integer,"
" log text,"
- " foreign key(nickname) references coins(nickname)"
+ " foreign key(nickname) references players(nickname)"
")"
)