diff options
| author | 2021-11-01 21:16:20 +0000 | |
|---|---|---|
| committer | 2021-11-01 21:21:43 +0000 | |
| commit | ea8f5562bdf0c855990bffd72d7f99d5d2f31ad8 (patch) | |
| tree | 0ca9ec0991f7f268b0776702d8234fd4fd44edc9 /bot/exts/events/hacktoberfest/_cog.py | |
| parent | Address Reviews (diff) | |
Address Reviews V2
Diffstat (limited to 'bot/exts/events/hacktoberfest/_cog.py')
| -rw-r--r-- | bot/exts/events/hacktoberfest/_cog.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/bot/exts/events/hacktoberfest/_cog.py b/bot/exts/events/hacktoberfest/_cog.py index d4733bf6..33b357d1 100644 --- a/bot/exts/events/hacktoberfest/_cog.py +++ b/bot/exts/events/hacktoberfest/_cog.py @@ -72,9 +72,9 @@ class Hacktoberfest(commands.Cog):                  )                  await ctx.send(msg)                  return -            log.info(f"Getting stats for {author_id} linked GitHub account '{github_username}'") +            log.info(f"Getting stats for {author_id}'s linked GitHub account: '{github_username}'")          else: -            log.info(f"Getting stats for '{github_username} as requested by {ctx.author.id}") +            log.info(f"Getting stats for '{github_username}' as requested by {ctx.author.id}")          await utils.get_stats(ctx, github_username)      @in_month(Month.SEPTEMBER, Month.OCTOBER, Month.NOVEMBER) | 
