File tree 1 file changed +31
-31
lines changed
1 file changed +31
-31
lines changed Original file line number Diff line number Diff line change @@ -76,39 +76,39 @@ pnpm inngest-dev
76
76
77
77
``` json
78
78
{
79
- "display_information" : {
80
- "name" : " zuzugo"
79
+ "display_information" : {
80
+ "name" : " zuzugo"
81
+ },
82
+ "features" : {
83
+ "bot_user" : {
84
+ "display_name" : " zuzugo" ,
85
+ "always_online" : true
81
86
},
82
- "features" : {
83
- "bot_user" : {
84
- "display_name" : " zuzugo" ,
85
- "always_online" : true
86
- },
87
- "slash_commands" : [
88
- {
89
- "command" : " /zuzugo" ,
90
- "url" : " https://your-zuzugo-domain/api/slack" ,
91
- "description" : " zuzugo commands!" ,
92
- "should_escape" : false
93
- }
94
- ]
95
- },
96
- "oauth_config" : {
97
- "redirect_urls" : [
98
- " https://your-zuzugo-domain/api/slack/oauth_redirect" ,
99
- " https://your-zuzugo-domain/api/auth/callback/slack"
100
- ],
101
- "scopes" : {
102
- "bot" : [
103
- " commands"
104
- ]
105
- }
106
- },
107
- "settings" : {
108
- "org_deploy_enabled" : false ,
109
- "socket_mode_enabled" : false ,
110
- "token_rotation_enabled" : false
87
+ "slash_commands" : [
88
+ {
89
+ "command" : " /zuzugo" ,
90
+ "url" : " https://your-zuzugo-domain/api/slack" ,
91
+ "description" : " zuzugo commands!" ,
92
+ "should_escape" : false
93
+ }
94
+ ]
95
+ },
96
+ "oauth_config" : {
97
+ "redirect_urls" : [
98
+ " https://your-zuzugo-domain/api/slack/oauth_redirect" ,
99
+ " https://your-zuzugo-domain/api/auth/callback/slack"
100
+ ],
101
+ "scopes" : {
102
+ "bot" : [
103
+ " commands"
104
+ ]
111
105
}
106
+ },
107
+ "settings" : {
108
+ "org_deploy_enabled" : false ,
109
+ "socket_mode_enabled" : false ,
110
+ "token_rotation_enabled" : false
111
+ }
112
112
}
113
113
```
114
114
You can’t perform that action at this time.
0 commit comments