Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,22 @@ display_information:
features:
app_home:
home_tab_enabled: true
messages_tab_enabled: false
messages_tab_enabled: true
messages_tab_read_only_enabled: false
bot_user:
display_name: SMIB
always_online: true
slash_commands:
- command: /howfresh
description: How fresh is the space?
should_escape: false
oauth_config:
scopes:
bot:
- chat:write
- chat:write.public
- chat:write.customize
- commands
settings:
event_subscriptions:
bot_events:
Expand Down
162 changes: 158 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ dependencies = [
"aiohttp>=3.9.5,<4.0.0",
"pymongo>=4.7.0,<5.0.0",
"mogo>=0.6.0,<1.0.0",
"fastapi>=0.115.6,<1.0.0"
"fastapi>=0.115.6,<1.0.0",
"requests (>=2.32.3,<3.0.0)"
]

[build-system]
Expand Down
Loading