summaryrefslogtreecommitdiffstats
path: root/osrc
diff options
context:
space:
mode:
authoralex2018-10-21 12:57:23 +0100
committeralex2018-10-21 13:04:35 +0100
commit61b84d9fd997d61f4e5bb6adc63a2310036a242e (patch)
treee15d066c7ac3ea61785018b37da8dcaae26c03e5 /osrc
parent55bc749f896c25adb57125fd168a1e3ccfc0cd48 (diff)
downloadwatbot-61b84d9fd997d61f4e5bb6adc63a2310036a242e.tar.gz
watbot-61b84d9fd997d61f4e5bb6adc63a2310036a242e.tar.bz2
watbot-61b84d9fd997d61f4e5bb6adc63a2310036a242e.zip
Reimplemented python bot in golang, skipped a few features
Diffstat (limited to 'osrc')
-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)"
")"
)