commit a5cbe4410f54b2ab2191bc01c76c6c501cb10c62 parent fb3f1520d990576796014ef1618d02c859660517 Author: danyisill <danyisill@users.noreply.github.com> Date: Thu, 19 Mar 2020 18:58:48 +0300 Create clap.ts Diffstat:
A | lib/commands/clap.ts | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/lib/commands/clap.ts b/lib/commands/clap.ts @@ -0,0 +1,4 @@ +export default home_scope => { + const { message, args } = home_scope; + message.channel.send(args.join('👏')); +}+ \ No newline at end of file