mirror of
https://github.com/ultrasn0w/huso.git
synced 2025-12-15 19:49:53 +01:00
prime fun + user stash
This commit is contained in:
3
huso.go
3
huso.go
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user