Skip to content

Instantly share code, notes, and snippets.

@yusufusta
Last active January 2, 2021 11:57
Show Gist options
  • Save yusufusta/cd5af0c153a613ba55c24f8c6b6f5565 to your computer and use it in GitHub Desktop.
Save yusufusta/cd5af0c153a613ba55c24f8c6b6f5565 to your computer and use it in GitHub Desktop.
/* Copyright (C) 2020 Yusuf Usta.
Licensed under the GPL-3.0 License;
you may not use this file except in compliance with the License.
WhatsAsena - Yusuf Usta
*/
const Asena = require('../events');
const {MessageType} = require('@adiwajshing/baileys');
Asena.addCommand({pattern: 'test', fromMe: true}, (async (message, match) => {
return await message.sendMessage('```TEST!```');
}));
@KingTily
Copy link

KingTily commented Dec 8, 2020

.

@ATHULSKRISHNAN
Copy link

.

@AsgardGaming
Copy link

😍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment