mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Make default channel #welcome
This commit is contained in:
parent
4d16291793
commit
d71fa9be47
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export default async (req, res) => {
|
|||
`token=${process.env.SLACK_LEGACY_TOKEN}`,
|
||||
`real_name=${data.name}`,
|
||||
'restricted=true',
|
||||
`channels=C015MKW1A3D`,
|
||||
`channels=C75M7C0SY`,
|
||||
'resend=true'
|
||||
].join('&')
|
||||
const url = `https://slack.com/api/users.admin.invite?${params}`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue