Try out in-channel
This commit is contained in:
parent
8d10988004
commit
eca4ced3ff
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ app.config['SQLALCHEMY_DATABASE_URI'] = config.DATABASE_URL
|
|||
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
|
||||
db = SQLAlchemy(app)
|
||||
|
||||
response_setting = "ephemeral"
|
||||
response_setting = "in_channel"
|
||||
|
||||
from app import models
|
||||
|
||||
|
|
Loading…
Reference in a new issue