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

Commit

Permalink
Fixed typos in config template and documentation
Browse files Browse the repository at this point in the history
- Also added suggested emojis
  • Loading branch information
Galarzaa90 committed Jul 14, 2018
1 parent 0518d87 commit 25128d0
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## Version 1.3.1 (2018-07-14)
- Fixed some typos in config_template.yml
- Added suggested emojis for charms, occurrence and bestiary difficulty.

## Version 1.3.0 (2018-07-12)
- Emoji changes are now displayed on server-log.
Expand Down
5 changes: 2 additions & 3 deletions data/config_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ knight_emoji: 🛡
charms_emoji:
difficulty_on_emoji:
difficulty_off_emoji:
occurence_on_emoji: 🔹
occurence_off_emoji:

occurrence_on_emoji: 🔹
occurrence_off_emoji:

# Optional emojis
# The following are values than can optionally be represented by emojis.
Expand Down
4 changes: 2 additions & 2 deletions docs/customizing/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ knight_emoji: 🛡
charms_emoji:
difficulty_on_emoji:
difficulty_off_emoji:
occurence_on_emoji: 🔹
occurence_off_emoji:
occurrence_on_emoji: 🔹
occurrence_off_emoji:
```

The following are optional emojis. By default, these values will show text, for example creature elemental resistances.
Expand Down
Binary file added images/emoji/charms.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 added images/emoji/difficultyOff.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 added images/emoji/difficultyOn.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 added images/emoji/ocurrenceOff.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 added images/emoji/ocurrenceOn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.3.0"
self.__version__ = "1.3.1"
self.__min_discord__ = 1480

async def on_ready(self):
Expand Down

0 comments on commit 25128d0

Please sign in to comment.