소스 검색

added user ID to logging for both aesthetics and zalgo.

tags/v1.8.0
Roxie Gibson 6 년 전
부모
커밋
1ed6e8a076
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      roxbot/cogs/fun.py

+ 2
- 0
roxbot/cogs/fun.py 파일 보기

@@ -296,6 +296,7 @@ class Fun:
log_channel,
"aesthetics",
User=ctx.author,
User_ID=ctx.author.id,
Output_Message_ID=output.id,
Channel=ctx.channel,
Channel_Mention=ctx.channel.mention,
@@ -446,6 +447,7 @@ class Fun:
log_channel,
"zalgo",
User=ctx.author,
User_ID=ctx.author.id,
Output_Message_ID=output.id,
Channel=ctx.channel,
Channel_Mention=ctx.channel.mention,

Loading…
취소
저장