diff options
| -rw-r--r-- | bot/exts/moderation/watchchannels/talentpool.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/watchchannels/talentpool.py b/bot/exts/moderation/watchchannels/talentpool.py index c2f6ab2c5..737ee684d 100644 --- a/bot/exts/moderation/watchchannels/talentpool.py +++ b/bot/exts/moderation/watchchannels/talentpool.py @@ -109,7 +109,7 @@ class TalentPool(WatchChannel, Cog, name="Talentpool"):                  resp.raise_for_status()          self.watched_users[user.id] = response_data -        msg = f":white_check_mark: Messages sent by {user} will now be relayed to the talent pool channel" +        msg = f":white_check_mark: The nomination for {user} has been added to the talent pool"          history = await self.bot.api_client.get(              self.api_endpoint,  |