From 8164b75c93e2d9490dda0a741947c0d21ebebf27 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 3 Dec 2022 16:24:21 +0100 Subject: [PATCH] Update the example file-help entries --- evennia/game_template/world/help_entries.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/evennia/game_template/world/help_entries.py b/evennia/game_template/world/help_entries.py index 58c3af442f..368ed0e999 100644 --- a/evennia/game_template/world/help_entries.py +++ b/evennia/game_template/world/help_entries.py @@ -31,25 +31,27 @@ HELP_ENTRY_DICTS = [ "category": "General", "locks": "read:perm(Developer)", "text": """ - Evennia is a MUD game server in Python. + Evennia is a MU-game server and frameworkdin Python. You can read more + on https://www.evennia.com. # subtopics ## Installation - You'll find installation instructions on https:evennia.com + You'll find installation instructions on https://www.evennia.com. ## Community There are many ways to get help and communicate with other devs! - ### IRC + ### Discussions - The irc channel is #evennia on irc.freenode.net + The Discussions forum is found at https://github.com/evennia/evennia/discussions. ### Discord - There is also a discord channel you can find from the sidebard on evennia.com. + There is also a discord channel for chatting - connect using the + following link: https://discord.gg/AJJpcRUhtF """, }, @@ -58,7 +60,7 @@ HELP_ENTRY_DICTS = [ "category": "building", "text": """ Evennia comes with a bunch of default building commands. You can - find a building tutorial in the evennia documentation. + find a beginner tutorial in the evennia documentation. """, },