summaryrefslogtreecommitdiffstats
path: root/wat/game.go
diff options
context:
space:
mode:
authormogad0n2021-03-10 19:33:48 +0530
committermogad0n2021-03-10 19:33:48 +0530
commit379891b2d09ced1187df3226f8693d39b64e36e2 (patch)
tree03b58f4245e16c2d6667acee5920bbc42babe01e /wat/game.go
parent85ff6578e812248367b75c574e55dd19ec472087 (diff)
downloadwatbot-379891b2d09ced1187df3226f8693d39b64e36e2.tar.gz
watbot-379891b2d09ced1187df3226f8693d39b64e36e2.tar.bz2
watbot-379891b2d09ced1187df3226f8693d39b64e36e2.zip
initial commit
Diffstat (limited to 'wat/game.go')
-rw-r--r--wat/game.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/wat/game.go b/wat/game.go
index b46707b..40aa6f3 100644
--- a/wat/game.go
+++ b/wat/game.go
@@ -28,7 +28,7 @@ var unconscious = "wat, your hands fumble and fail you. try resting, weakling."
func NewWatGame(bot *WatBot, db *WatDb) *WatGame {
g := WatGame{bot, db, Player{}, nil, nil, nil, nil, map[string]int{}}
- g.me = g.db.User(bot.Nick, "tripsit/user/"+bot.Nick, true)
+ g.me = g.db.User(bot.Nick, "amia8t89xfp8y.liberta.casa", true)
g.commands = map[string](func(*Player, []string) string){
//"wat": g.megaWat,
"steroid": g.Steroid,