Skip to content

Releases: discordconsole-team/DiscordConsole

DiscordConsole 3.0.2

20 Mar 14:38
5ee8dd2
Compare
Choose a tag to compare

Hi, just releasing a new patch.

New things:

  • 8cc9cea - Implemented utf-8 support to the 3.0 parser, which now means utf-8 support is back in DiscordConsole. You can once again (for example) use names containing utf-8 characters in your guild and channel commands, and you can also send messages containing them!
  • 12fd295 - Added latency command to display last heartbeat ping.
  • 3fe8877 - Added support for very high verification levels.
  • 1211d9d - Changed wording for invite/react help.

Bugs resolved:

  • eb4608e - delall no longer works in a DM, but the endpoint didn't let you use it either way.

This version also ships with the latest version of discordgo, which resolves these common bugs:

  • Navigating to a server with a voice channel would often make you get stuck in one, softlocking the app! This is no longer the case.
  • role create wasn't working.

And, of course, since this is the first DiscordConsole release of 2020, the years have been updated.

Thanks for using DiscordConsole!

DiscordConsole 3.0.1

12 Sep 18:04
9131abf
Compare
Choose a tag to compare

Hi! Just a quick update that changes one little thing:

  • 9131abf - Added an optional argument to the leave command. In the case where guild selection fails (e.g. server has no channels), you can still leave.

Thanks for using DiscordConsole!

DiscordConsole 3.0.0

21 Aug 10:05
3a64a6f
Compare
Choose a tag to compare

I'm happy to announce DiscordConsole v3! I'm excited about this one, as it's likely the largest single release of the program yet.

This update includes breaking changes, especially with command syntaxes.
It should hopefully be a good release, with some nice improvements all around!

A LOT has changed:

Major (breaking) changes

  • 8dc453f - (#47) - Pull request from @jD91mZM2: Implement proper parser for the REPL. Implements a more intelligent, bash-like interface, instead of only splitting parameters by spaces. You can now quote arguments like you would in a command prompt to allow using space in any parameter. Adds support for " ", basically. Example use: game watching "This thing" "Rather interesting!"

  • 9ae37e2 - The role command's syntax has been completely revamped:
    roleedit, roleadd, roledel, rolecreate, roledelete, roleedit -> role list/add/rem/create/edit/delete. role rem removes a role from a user, role del deletes a role.

  • 9b9ac57 - The react command syntax has also changed:
    reactadd, reactdel, reactbig -> react add/del/big
    react delall has also been added. (1632a5b)

  • e6d5692 - New info command replaces cinfo, ginfo and uinfo: info <c/g/u/s>. You can now also see your Discord settings with info settings (2a108de).

  • 8dc453f, e276c9a - Placeholders/Substitutes now act more like bash. Example change: {u.name} -> ${u.name}, with support for escaping it with a \. This also means that {nl} has been replaced by \n.

  • 461d07b - New delete syntax:
    channeldelete, guilddelete -> delete <guild/channel/category>

  • 461d07b - Ability to create/delete categories in the new and delete commands.

  • e024939 - New game command (#44). Despite the name, it adds support for new playing statuses:
    game <streaming/watching/listening> <name> [details] [extra text]

  • 3c2948f - gtable can be bypassed in bans using bans textto show a non-truncated ban reason, because gtable didn't look good when the ban reason was too long.

  • 4b55ca2 - New note command that lets you set a user's note! Usage: note <user id> <note> It cannot read notes yet, though. Since commands can now use "", note set <user id> "" removes the note.

  • d57c328 - The DiscordConsole API has been discontinued, and doesn't exist in this release. LUA scripting support has not been affected.

These changes should hopefully make the commands more understandable and less fragmented.

Minor changes

  • 60da3cb - All quotes will now be removed from the token input, so including them will also work.
  • b37b2cc - Tab completions have been updated.
  • 0283e1c, f13cdda - More properties have been added to the info command.
  • 54ef445 - The log command now also shows user discrims.
  • e6d5692 - Messages will be shown with timestamps.
  • f7960bc - Capitalisation in yes/no prompts no longer matters.
  • a3a19b9, e276c9a, f592c1e - Translations have been sorted and updated for all three current languages.
  • 9f8a6a7 - Removed an old line of code that added five spaces after displayed messages, likely an old leftover from 2017.

Friendly reminder that @me can be used in place of your user ID!

You can join our official Discord server.
Thanks for using DiscordConsole, reaching 3.0.0 is quite the milestone!

DiscordConsole 2.5.1

28 Apr 20:18
Compare
Choose a tag to compare

DiscordConsole 2.5.1

  • 72aafae - Removed user ability to create invites due to Discord resending verification emails and not even returning an invite. (Does not affect bots).
  • db35932 - Fixed misleading/wrong invite create syntax in help.
  • eb25038 - Resolved a crash with pchannels if a group DM with no other users than you existed. DiscordConsole will now display an "Empty Group" with no recipients if such is found.
  • eb25038 - Now displaying all group members in pchannels. (There's a Discord max of 10 users, should be alright).
  • 5510932 - Updated the contact website link in the crash message.
  • 48737e1 - Updated licenses from 2018 to 2019.

Keep up to date! Join our official Discord server!
Thanks for using DiscordConsole!

--
The DiscordConsole Team

DiscordConsole 2.5.0

06 Nov 18:58
Compare
Choose a tag to compare

DiscordConsole 2.5.0

  • 6cc8958 - Optional ban and kick reasons. Usage: ban/kick <user id> <optional reason>
  • b21ce58 - Move users to another voice channel. Usage: move <user id> <vchannel id>
  • b21ce58 - Updated the friends command. New usage: friend <add/accept/remove/list> (<user id>)
  • 8cf871c && 5859941 - Updated the invite command. Now you can list all the invites on a guild with invite list, and revoke an invite with invite revoke <code>
  • 200ec13 && 3756ac6 - Added more values to uinfo and made it available to user accounts.
  • 7775d73 - unpin command. Usage: unpin <message id>
  • 8a4e3dc - Fixed a crash while creating a new channel in DMs.
  • Cleaning

Keep up to date! Join our official Discord server!
Thanks for using DiscordConsole!

--
The DiscordConsole Team

DiscordConsole 2.4.8

31 Oct 16:40
Compare
Choose a tag to compare

DiscordConsole 2.4.8

  • 230bba7 - Finally fixed pchannels recipients (no longer 'Unknown', now displays names again).
  • 98da8b7 && be951c2 - Instead of there previously being blank space, DiscordConsole now instead prints the link to an image/file when using messages and log.
  • a86cc56 - The log command has gotten an update. The previous usage of log <optional file name> has been changed to log directly <amount> and log file <filename> to allow for custom amounts of logged messages in the console instead of the previously set 10.

Keep up to date! Join our official Discord server!
Thanks for using DiscordConsole!

--
The DiscordConsole Team

DiscordConsole 2.4.7

06 Oct 23:41
Compare
Choose a tag to compare

DiscordConsole 2.4.7

  • 1b38831 - New commands: new <channel/vchannel/guild> <name>, channeldelete, guilddelete!
  • e44351b - Updated language list.
  • ab6fe09 - Updated help menu.

Keep up to date! Join our official Discord server!
Thanks for using DiscordConsole!

--
The DiscordConsole Team

DiscordConsole 2.4.6

05 Oct 17:13
Compare
Choose a tag to compare

DiscordConsole 2.4.6

  • 8b75baa - Added new command to create a guild. Usage: new <guild name>

Keep up to date! Join our official Discord server!
Thanks for using DiscordConsole!

--
The DiscordConsole Team

DiscordConsole 2.4.5

02 Sep 10:25
Compare
Choose a tag to compare

DiscordConsole 2.4.5

  • 4074dbb - Fixed a crash with the ownership command when not having a guild selected.
  • 5e70b70 - Fixed a crash when running pin without a channel selected.
  • 6801139 - Fixed a crash when running big as a webhook.
  • 7375306 - Added version number to crash to make it easier to identify.

Keep up to date! Join our official Discord server!
Thanks for using DiscordConsole!

--
The DiscordConsole Team

2.4.4

07 Aug 08:58
284f118
Compare
Choose a tag to compare

DiscordConsole 2.4.4

  • 76cf516 - Updated crash contact information so that it won't link to a website that no longer exists.
  • 5074f75 - Fixed a bug with pchannels, the command no longer crashes DiscordConsole because Discord could sometimes return 0 instead of the channel recipient's name.
  • 611e65e - Updated 2017 to 2018.
  • 6801139 - Added pin command, usage: pin <message id>.

Keep up to date! Join our official Discord server!
Thanks for using DiscordConsole!

--
The DiscordConsole Team