Convert rocketchat-slashcommands-asciiarts to main module structure (#12808)
parent
4a6ae2332e
commit
8d98036165
@ -0,0 +1,5 @@ |
||||
import '../lib/gimme'; |
||||
import '../lib/lenny'; |
||||
import '../lib/shrug'; |
||||
import '../lib/tableflip'; |
||||
import '../lib/unflip'; |
@ -1,4 +1,5 @@ |
||||
import { Meteor } from 'meteor/meteor'; |
||||
import { RocketChat } from 'meteor/rocketchat:lib'; |
||||
/* |
||||
* Gimme is a named function that will replace /gimme commands |
||||
* @param {Object} message - The message object |
@ -1,4 +1,5 @@ |
||||
import { Meteor } from 'meteor/meteor'; |
||||
import { RocketChat } from 'meteor/rocketchat:lib'; |
||||
/* |
||||
* Lenny is a named function that will replace /lenny commands |
||||
* @param {Object} message - The message object |
@ -1,4 +1,5 @@ |
||||
import { Meteor } from 'meteor/meteor'; |
||||
import { RocketChat } from 'meteor/rocketchat:lib'; |
||||
/* |
||||
* Shrug is a named function that will replace /shrug commands |
||||
* @param {Object} message - The message object |
@ -1,4 +1,5 @@ |
||||
import { Meteor } from 'meteor/meteor'; |
||||
import { RocketChat } from 'meteor/rocketchat:lib'; |
||||
/* |
||||
* Tableflip is a named function that will replace /Tableflip commands |
||||
* @param {Object} message - The message object |
@ -1,4 +1,5 @@ |
||||
import { Meteor } from 'meteor/meteor'; |
||||
import { RocketChat } from 'meteor/rocketchat:lib'; |
||||
/* |
||||
* Unflip is a named function that will replace /unflip commands |
||||
* @param {Object} message - The message object |
@ -0,0 +1,5 @@ |
||||
import '../lib/gimme'; |
||||
import '../lib/lenny'; |
||||
import '../lib/shrug'; |
||||
import '../lib/tableflip'; |
||||
import '../lib/unflip'; |
Loading…
Reference in new issue