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

Commit

Permalink
Bumped to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarzaa90 committed Jul 31, 2018
1 parent a2f7907 commit e53018b
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## Version 1.4.1 (Unreleased)
## Version 1.5.0 (2018-07-31)
- Small changes to `/userinfo`
- Fixed bug in `/monster` with creatures without a bestiary class defined.
- Added loading message to `/im`.
Expand Down
2 changes: 1 addition & 1 deletion cogs/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async def convert(self, ctx, argument):
class Settings:
"""Commands related to server customization.
Settings can only be modified by Server Moderators (users with Manage Server permission)."""
Settings can only be modified by Server Moderators (users with `Manage Server` permission)."""
def __init__(self, bot: NabBot):
self.bot = bot

Expand Down
Binary file modified docs/assets/images/commands/servers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/commands/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/commands/owner.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,16 @@ Shutdowns the bot.
## servers
Shows a list of servers the bot is in.

Further information can be obtained using `serverinfo [id]`.

Values can be sorted by using one of the following values for sort:

- name
- members
- world
- created
- joined

??? Summary "Example"
**/servers**
![image](../assets/images/commands/servers.png)
Expand Down
2 changes: 2 additions & 0 deletions docs/commands/settings.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Settings command
Commands related to server customization.

Settings can only be modified by Server Moderators (users with `Manage Server` permission).

!!! info
Parameters are enclosed with `< >`.
Optional parameters are enclosed in brackets `[]`.
Expand Down
2 changes: 1 addition & 1 deletion nabbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self):
# A list version is created from the dictionary
self.tracked_worlds = {}
self.tracked_worlds_list = []
self.__version__ = "1.4.1a"
self.__version__ = "1.5.0"
self.__min_discord__ = 1480

async def on_ready(self):
Expand Down

0 comments on commit e53018b

Please sign in to comment.