Convert rocketchat-slashcommands-leave to main module structure (#12821)
parent
1d10422221
commit
8e586fcd9c
@ -0,0 +1 @@ |
||||
import './leave'; |
@ -1,6 +1,7 @@ |
||||
import { Meteor } from 'meteor/meteor'; |
||||
import { Random } from 'meteor/random'; |
||||
import { TAPi18n } from 'meteor/tap:i18n'; |
||||
import { RocketChat } from 'meteor/rocketchat:lib'; |
||||
|
||||
/* |
||||
* Leave is a named function that will replace /leave commands |
Loading…
Reference in new issue