소스 검색

added standard datetime formatting to logging for both aesthetics and zalgo commands.

tags/v2.0.0
Roxie Gibson 5 년 전
부모
커밋
98fdcbf637
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      roxbot/cogs/fun.py

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

@@ -302,7 +302,7 @@ class Fun:
Output_Message_ID=output.id,
Channel=ctx.channel,
Channel_Mention=ctx.channel.mention,
Time="{:%a %Y/%m/%d %H:%M:%S} UTC".format(ctx.message.created_at)
Time=roxbot.datetime_formatting.format(ctx.message.created_at)
)

@commands.command(aliases=["ft", "frog"])
@@ -459,7 +459,7 @@ class Fun:
Output_Message_ID=output.id,
Channel=ctx.channel,
Channel_Mention=ctx.channel.mention,
Time="{:%a %Y/%m/%d %H:%M:%S} UTC".format(ctx.message.created_at)
Time=roxbot.datetime_formatting.format(ctx.message.created_at)
)

@commands.command(aliases=["rf", "roxfacts", "roxfact"])

Loading…
취소
저장