Skip to content

Releases: cordejs/corde

4.8.0

17 Nov 00:07
Compare
Choose a tag to compare

4.8.0

Released 16-11-2022

πŸš€ Features

4.4.7

03 May 12:45
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Remove usage of esm library. It was causing problems when importing using prefix node:

4.4.6

25 Jan 23:36
Compare
Choose a tag to compare

Released 25-01-2022

πŸ’‘ Miscellaneous

  • Remove references of config prop: botToken.

4.4.5

08 Nov 23:51
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Adjust optional imports of packages used by typescript (#1110, #1111)

4.4.4

27 Oct 14:49
Compare
Choose a tag to compare

πŸ’‘ Miscellaneous

  • Bump commander from 8.2.0 to 8.3.0

4.4.3

25 Oct 13:31
Compare
Choose a tag to compare

πŸ’‘ Miscellaneous

  • Rollback log-update version

4.4.2

21 Oct 16:00
Compare
Choose a tag to compare

Released 21-10-2021

πŸ’‘ Miscellaneous

  • Bump pretty-format from 27.1.0 to 27.2.0
  • Bump jest-diff from 27.1.0 to 27.2.0

4.4.1

03 Sep 00:04
Compare
Choose a tag to compare

πŸ’‘ Miscellaneous

  • bump tslib from 2.3.0 to 2.3.1
  • bump jest-diff from 27.0.6 to 27.1.0

4.4.0

08 Aug 20:37
Compare
Choose a tag to compare

πŸš€ Features

API

  • Add configs in API to access configurations in read-only mode.
  • Added functions to corde's bot API:
    • voiceState (Get state of a connection in a voice channel)
    • client (Discord.js client used by corde's bot)
    • channel (gets the TextChannel provided in configs
    • guild (get Guild provided in configs)
    • guildMembers (get all members of the guild provided in configs)
    • guilds (get all guilds to which the bot has access)
    • roles (get all roles of the guild informed in configs)
    • isLoggedIn (checks if corde's bot is connected)
    • getOnlyTextChannels (filter all text channels of the guild provided in configs)
    • isInVoiceChannel (checks corde's bot is connected to a voiceChannel)
    • fetchChannel (Fetch for a channel based on its id)
    • fetchGuild (Fetch a guild based on its id)
    • fetchRole (Fetch a role based on its id)
    • getChannel (get the channel defined in configs, or someone searching by its id or name)
    • getGuild (get the guild defined in configs, or someone searching by its id or name)
    • createGuild (Creates a new guild)
    • createChannel (Creates a new channel (default textChannel) into the guild defined in configs)
    • createVoiceChannel (Creates a new VoiceChannel into the guild defined in configs )
    • createTextChannel (Creates a new TextChannel into the guild defined in configs)
    • createCategoryChannel (Creates a new CategoryChannel into the guild defined in configs )
    • getRole (Find a role in the guild defined in configs.)

4.3.1

31 Jul 00:03
Compare
Choose a tag to compare

πŸ’‘ Miscellaneous

  • bump commander from 8.0.0 to 8.1.0
  • bump chalk from 4.1.1 to 4.1.2