Skip to content

Commit

Permalink
文章の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjuman Enobikto committed Sep 7, 2019
1 parent 84fa5f0 commit 0702650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SO2MI/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async def on_ready(self):

async def on_message(self, message):
if message.author.bot or message.author == self.user or int(config["discord"]["channel"]) != message.channel.id:
# BOT属性アカウント, 自身のアカウント or 指定したチャンネル以外はスルー
# BOT属性アカウント自身のアカウント or 指定したチャンネル以外はスルー
return

# コマンド受取部
Expand Down
2 changes: 1 addition & 1 deletion SO2MI/Regular.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def chkCost():
text += f"{infoList[i][0]}: {priceInfo[i][0]}G/{priceInfo[i][1]}G/{priceInfo[i][2]}G\n"

message = f"""
【Daily Information】
【Daily Market Information】
取得された市場情報は以下の通りです。
価格の並びは左から順にTOP5値/中央値/平均値です。
 
Expand Down

0 comments on commit 0702650

Please sign in to comment.