maxsaltonstall / letters-with-strangers

Apache License 2.0
2 stars 0 forks source link

Auto-generate namespace based on hash of discord token #114

Closed davidstanke closed 3 years ago

davidstanke commented 3 years ago

Each discord token corresponds to a unique game environment, so instead of requiring a configuration for the namespace, let's hash the token and use it as the namespace.

(We could still support manual specification as well.)