clap.ts (137B)
1 2 3 4
export default (homescope: HomeScope) => { const { message, args } = homescope; message.channel.send(args.join(' 👏 ') + '👏'); };