Skip to content

Commit

Permalink
Don't mention watching anymore in talent pool add message
Browse files Browse the repository at this point in the history
  • Loading branch information
ks129 authored Mar 8, 2021
1 parent 75df6d9 commit ecdffd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/exts/moderation/watchchannels/talentpool.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async def watch_command(self, ctx: Context, user: FetchedMember, *, reason: str
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,
Expand Down

0 comments on commit ecdffd5

Please sign in to comment.