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