Skip to content

Commit

Permalink
Merge pull request #46 from Sarthak5598/using-slack-machine
Browse files Browse the repository at this point in the history
Migrate to slack-machine
  • Loading branch information
Sarthak5598 authored Jun 7, 2024
2 parents 3a7d07c + 09441f6 commit d372322
Show file tree
Hide file tree
Showing 17 changed files with 1,341 additions and 196 deletions.
2 changes: 0 additions & 2 deletions .env.sample

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
__pycache__
.env
.ruff_cache
.secrets
*.code-workspace
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ To contribute to our project, follow these steps:
We've created a video tutorial on how to contribute to our repository. You can watch it [here](https://www.loom.com/share/4b0f414ed3974f44a14659532b855e79?sid=e5d85c12-8782-4341-900b-3f978f9a9fd2).
If you need any assistance or have any questions, please reach out to us on Slack.
Thank you for contributing to our BLT Lettuce project!

test2
31 changes: 31 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
display_information:
name: Testing lettuce
features:
bot_user:
display_name: Testing lettuce
always_online: false
slash_commands:
- command: /demo
description: trying
should_escape: false
- command: /project
description: Checkout all the projects available
should_escape: false
- command: /repo
description: Checkout all the repositories available
should_escape: false
oauth_config:
scopes:
bot:
- channels:read
- commands
- groups:read
- im:read
- mpim:read
- users:read
settings:
interactivity:
is_enabled: true
org_deploy_enabled: false
socket_mode_enabled: true
token_rotation_enabled: false
189 changes: 0 additions & 189 deletions permissions_allowed.md

This file was deleted.

Loading

0 comments on commit d372322

Please sign in to comment.