diff --git a/royalnet/commands/playmode.py b/royalnet/commands/playmode.py index 5ff279ee..19aa1f4a 100644 --- a/royalnet/commands/playmode.py +++ b/royalnet/commands/playmode.py @@ -22,7 +22,7 @@ class PlaymodeNH(NetworkHandler): @classmethod async def discord(cls, bot: "DiscordBot", message: PlaymodeMessage): - """Handle a play Royalnet request. That is, add audio to a PlayMode.""" + """Handle a playmode Royalnet request. That is, change current PlayMode.""" # Find the matching guild if message.guild_name: guild = bot.client.find_guild(message.guild_name)