From d62768ea4a3f190633a02502bf6a4f95a46b873b Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 31 May 2019 14:31:03 +0200 Subject: [PATCH] Tiny doc update --- royalnet/commands/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalnet/commands/__init__.py b/royalnet/commands/__init__.py index c4094de7..272a3de9 100644 --- a/royalnet/commands/__init__.py +++ b/royalnet/commands/__init__.py @@ -1,6 +1,6 @@ """Commands that can be used in bots. -These probably won't suit your needs, as they are tailored for the bots of the `Royal Games `_ gaming community, but they may be useful to develop new ones.""" +These probably won't suit your needs, as they are tailored for the bots of the Royal Games gaming community, but they may be useful to develop new ones.""" from .null import NullCommand from .ping import PingCommand