From d95660c2933ad7d7f59732e4b5f3bb315dcb0894 Mon Sep 17 00:00:00 2001 From: TrustyJAID Date: Wed, 23 Jan 2019 21:55:20 -0700 Subject: [PATCH] [Away] Fix typo in listening response --- away/away.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/away/away.py b/away/away.py index 98d2e81..e836222 100644 --- a/away/away.py +++ b/away/away.py @@ -363,10 +363,10 @@ class Away(BaseCog): mess = await self._away.user(author).LISTENING_MESSAGE() if mess: await self._away.user(author).LISTENING_MESSAGE.set(False) - msg = "The bot will no longer reply for you when you're mentioned while streaming." + msg = "The bot will no longer reply for you when you're mentioned while listening to Spotify." else: await self._away.user(author).LISTENING_MESSAGE.set((message, delete_after)) - msg = "The bot will now reply for you when you're mentioned while streaming." + msg = "The bot will now reply for you when you're mentioned while listening to Spotify." await ctx.send(msg) @commands.command(name="gaming")