Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarzaa90 committed May 5, 2019
1 parent 3eb9153 commit 6da6984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- 🐛 Fixed bug
- ❌ Removed feature

## Version 2.4.0 (Unreleased)
## Version 2.4.0 (2019-05-05)
- ✔ New owner command `/sendmessage` to send a message based on its JSON representation.
- ✔ New owner command `/editmessage` to edit a bot's message's content based on its json representation.
- ✔ New owner command `/jsonmessage` to see the JSON representation of any message.
Expand Down
2 changes: 1 addition & 1 deletion nabbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __init__(self):

self.prefixes = defaultdict()

self.__version__ = "2.3.1a"
self.__version__ = "2.4.0"

async def on_ready(self):
"""Called when the bot is ready."""
Expand Down

0 comments on commit 6da6984

Please sign in to comment.