Skip to content

Commit

Permalink
fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
a3510377 committed Feb 7, 2024
1 parent e00cc12 commit 85aeda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/discord/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ async def on_file_sync(self, ctx: Context, data: FileEncode):
)

await self.send(
f"A file published from {server_name} - 從 {server_name} 發佈的檔案",
f"A file published from {server_name} - 從 {server_name} 發布的檔案",
ctx=ctx,
file=File(BytesIO(data.data), Path(file_path).name),
channel=self.sync_channel,
Expand Down

0 comments on commit 85aeda7

Please sign in to comment.