prime fun + user stash

This commit is contained in:
daru
2022-07-26 20:33:11 +02:00
parent 3771b1d2c4
commit 7fe4181c72
7 changed files with 113 additions and 25 deletions

View File

@@ -20,7 +20,7 @@ import (
)
const (
husoVersion = "1.4"
husoVersion = "1.5"
registerSecret = "綾波レイ"
seasonStrJikan = "seasons/"
userApiJikan = "users/"
@@ -37,6 +37,7 @@ const (
bucketMedia = "media"
bucketAppoint = "appoint"
bucketChat = "chat"
bucketStash = "stash"
AppointSplit = "§"
chatLength = 10101
)