You've already forked Travel-Agent
feat: Reorganized project, added user registration, throttling middleware, help command, profile command
This commit is contained in:
+5
-2
@@ -8,5 +8,8 @@ load_dotenv()
|
||||
|
||||
|
||||
class Config:
|
||||
BOT_TOKEN = os.getenv("BOT_TOKEN")
|
||||
SQLALCHEMY_DATABASE_URI = os.getenv("SQLALCHEMY_DATABASE_URI")
|
||||
BOT_TOKEN = os.getenv("BOT_TOKEN", "")
|
||||
SQLALCHEMY_DATABASE_URI = os.getenv(
|
||||
"SQLALCHEMY_DATABASE_URI",
|
||||
"sqlite:///database.db",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user