Merge branch 'main' of ssh://github.com/Vencord/Backend

This commit is contained in:
Lewis Crichton
2023-04-07 18:17:51 +01:00
2 changed files with 29 additions and 0 deletions
+2
View File
@@ -282,6 +282,8 @@ func main() {
secret = hex.EncodeToString(key)
rdb.Set(c.Context(), "secrets:"+hash(PEPPER_SECRETS+userId), secret, 0)
} else if err != nil {
panic(err)
}
return c.JSON(&fiber.Map{