Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Releases: joseywoermann/navnlos

V 3.0.2

15 Jul 21:01
c85c242
Compare
Choose a tag to compare

This release fixes 2 minor bugs.

Please check #176 for details Regarding the Future of the bot.

V 3.0.1

22 May 20:18
Compare
Choose a tag to compare

Very minor release, I just added a command that shows you a random image of a cat / dog.

Slash Commands are finally here! (V 3.0.0 has been released)

20 May 08:05
Compare
Choose a tag to compare

From now on, you can only use @navnløs with Slash Commands, using the old prefix ($ping etc.) will not work anymore.

This release brings multiple changes with it:

  1. Slash Commands - No more spelling mistakes, invalid syntax etc. You have a manual build into Discord. (see screenshot below)

  2. (Proper) error messages. - If something goes wrong, you will get a message showing you what went wrong.

  3. More polished experience - I have cleaned up the code and removed as many possible bug risks as possible.

  4. And more changes that are either minor or related to the internal structure / backend / dev experience.

V 2.2.0

20 Mar 22:37
Compare
Choose a tag to compare

Highlights:

-$shorturl | This command turns your long link into a very short and handy link.
-$qrcode | This command creates a QR-code from any URL.

New Commands:

-$bugreport | This command allows you to easily report bugs on GitHub without the need for an account.
-$stats | This command show some interesting statistics & insight about the bot.
-$hasrole | This command lists all members with the role you specify.
-$movehere | This command moves any member to the voicechannel you are in.
-$voicechat | This command lists all members currently connected to a voicechat.
-$support | Gives you an invitation to the official support server.

Other new features:

-You can now ping the bot to view the current prefix, in case you forgot it.

Improvements:

-$changelog now always shows the current changelog
-The bot is now available in English!

Bugfixes:

-A LOT.

V 2.1.2

27 Feb 19:27
Compare
Choose a tag to compare

-fixed #95 (the execution of $userinfo would fail if the target user has no roles)
-added some minor functionality to $userinfo

V 2.1.1

11 Feb 09:37
Compare
Choose a tag to compare

-added logging

V 2.1.0

12 Jan 18:12
Compare
Choose a tag to compare
  • implemented replies

V 2.0.2

08 Jan 11:57
Compare
Choose a tag to compare
  • fixed critical security breach
  • updated discord.py to version 1.6.0

V 2.0.0

05 Jan 18:34
d87bb40
Compare
Choose a tag to compare

Version 2.0.0 is here!

  • implemented cogs
  • cleaned code
  • fixed bugs

V 1.6.1

02 Jan 16:33
Compare
Choose a tag to compare
  • lots of bug-fixes
  • removed command-aliases to fix critical bug
  • added $developer
  • some optimizations