Remove !user-list

This commit is contained in:
Sage Vaillancourt 2023-08-03 11:55:17 -04:00
parent 7915e3803c
commit fdc811d49b
1 changed files with 0 additions and 10 deletions

View File

@ -2042,16 +2042,6 @@ command(
{ hidden: true }
)
command(
['!user-list'],
'Lists all users',
async ({ say }) => {
const users = await slack.app.client.users.list()
console.log(users.members.filter(m => m.real_name?.toLowerCase().includes('nik')))
say('k')
}, adminOnly
)
//webapi.launch()
module.exports = {