-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from Sarthak5598/using-slack-machine
Migrate to slack-machine
- Loading branch information
Showing
17 changed files
with
1,341 additions
and
196 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
__pycache__ | ||
.env | ||
.ruff_cache | ||
.secrets | ||
*.code-workspace |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.