changes
This commit is contained in:
@@ -5,6 +5,7 @@ from typing import Optional
|
||||
class Settings(BaseSettings):
|
||||
discord_token: str
|
||||
c2_url: str = "http://localhost:8000"
|
||||
c2_service_key: Optional[str] = None # must match C2_SERVICE_KEY on c2-core
|
||||
dev_guild_id: Optional[int] = None # set to sync commands instantly during dev
|
||||
|
||||
class Config:
|
||||
|
||||
Reference in New Issue
Block a user