Skip to content

Releases: Mengkodingan/ckptw

v4.4.8

01 Feb 12:19
Compare
Choose a tag to compare

changes

  • add ctx.quoted.senderJid
  • add ctx.quoted.decodedSenderJid
  • changes: middleware is only run before executing an existing command. Not all messages go to the middleware.

v4.4.6

31 Jan 07:37
Compare
Choose a tag to compare

changes

  • add middleware system (see #middleware).
  • add ctx.core
  • add ctx.bot
  • add ctx.used
  • add ctx.me
  • add ctx.group().getMetadata(key: keyof GroupMetadata).
  • add ctx.group().name()
  • add ctx.group().description()
  • add ctx.group().owner()
  • add ctx.group().isAdmin(jid: string)
  • add ctx.group().isSenderAdmin()
  • add ctx.group().isBotAdmin()

v4.4.4

28 Jan 03:40
Compare
Choose a tag to compare

changes

  • adding ctx.decodeJid
  • adding bot.decodeJid
  • adding decodedJid and decodedSender to collector collections.
  • collector.stop function can accept any argument (previously only strings).
  • fix error when sending a media message while autoMention is enabled.

v4.4.0

26 Jan 08:28
Compare
Choose a tag to compare

changes

v4.3.8

22 Oct 09:23
Compare
Choose a tag to compare

changes

  • bump @whiskeysockets/baileys to 6.7.9

v4.3.6

28 Aug 07:36
Compare
Choose a tag to compare

changes

v4.3.4

26 Aug 05:44
Compare
Choose a tag to compare

changes

  • bump @whiskeysockets/baileys to v6.7.7
  • add WAVersion options in client constructor.

v4.3.3

14 Aug 02:47
Compare
Choose a tag to compare

changes

  • add ctx.prepareWAMessageMedia.
  • add Carousel Builder.
  • add setURL method in Button Builder (fixes cta_url button not working properly).

v4.3.0

12 Aug 13:03
Compare
Choose a tag to compare

changes

  • add ctx.quoted
  • add ctx.getContentType(content: WAProto.IMessage | undefined)
  • add ctx.downloadContentFromMessage(downloadable: DownloadableMessage, type: MediaType, opts?: MediaDownloadOptions)
  • add ctx._self.proto (Baileys proto)
  • Button Builder re-implementation (see #button)
  • Sections Builder re-implementation (see #sections)
  • add ctx.sendInteractiveMessage(jid: string, content: IInteractiveMessageContent, options: MessageGenerationOptionsFromContent | {} = {})
  • add ctx.replyInteractiveMessage(content: IInteractiveMessageContent, options: MessageGenerationOptionsFromContent | {} = {})

v4.2.1

16 Jul 12:51
Compare
Choose a tag to compare

changes

  • fixing some typo in readme