Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterxcli committed Jan 26, 2024
1 parent 5d75e22 commit cc1a1fb
Showing 1 changed file with 0 additions and 65 deletions.
65 changes: 0 additions & 65 deletions bot/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,68 +63,3 @@ async def send_embedded_message(channel: discord.channel, info: dict):
message = await channel.send(embed=embed)

return message

# 添加欄位
# embed.add_field(
# name="Suggestion1: Auto Scale \n",
# value="Hi There! Have you receive my warning?",
# inline=False,
# )
# embed.add_field(
# name="Suggestion2: Give up the system \n",
# value="There's nothing we can do bruh",
# inline=False,
# )


# async def send_embedded_error(channel):
# # 創建一個 Embed 對象
# embed = discord.Embed(
# title="ERROR",
# description="We encounter a Network Error!!!",
# color=discord.Color.red(),
# )

# # 添加欄位
# embed.add_field(
# name="Suggestion1: Go get 張鴈光's help \n",
# value="He's the man in charge of CSIE wifi, but the wifi is always suck : (",
# inline=False,
# )
# embed.add_field(
# name="Suggestion2: Give up the system \n",
# value="There's nothing we can do bruh",
# inline=False,
# )

# # 設置腳註
# embed.set_footer(text="Error Message by your system buddy")

# await channel.send(embed=embed)

# # 創建討論串
# await create_thread(message)


# async def send_embedded_info(channel):
# # 創建一個 Embed 對象
# embed = discord.Embed(
# title="Info", description="Hey! Here's some info", color=0x25F533
# )

# # 添加欄位
# embed.add_field(
# name="Info1: We're going to win the competition! \n",
# value="We're the best!",
# inline=False,
# )
# embed.add_field(
# name="Info2: we're bringing ipad back! \n",
# value="We're the best!!",
# inline=False,
# )

# # 設置腳註
# embed.set_footer(text="Info Message by your system buddy")

# await channel.send(embed=embed)

0 comments on commit cc1a1fb

Please sign in to comment.