diff options
author | mogad0n | 2021-03-10 19:33:48 +0530 |
---|---|---|
committer | mogad0n | 2021-03-10 19:33:48 +0530 |
commit | 379891b2d09ced1187df3226f8693d39b64e36e2 (patch) | |
tree | 03b58f4245e16c2d6667acee5920bbc42babe01e /wat/game.go | |
parent | 85ff6578e812248367b75c574e55dd19ec472087 (diff) | |
download | watbot-379891b2d09ced1187df3226f8693d39b64e36e2.tar.gz watbot-379891b2d09ced1187df3226f8693d39b64e36e2.tar.bz2 watbot-379891b2d09ced1187df3226f8693d39b64e36e2.zip |
initial commit
Diffstat (limited to 'wat/game.go')
-rw-r--r-- | wat/game.go | 2 |
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, |