Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Update README_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xia-mc authored May 9, 2024
1 parent 042ccca commit e6ffdc0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ module.exports = {
.setName('hello')
.setDescription('Hello World!'),
execute: async function (interaction) {
await interaction.reply('Hello World!') //処理を記述
// 在这里开始你的代码 ↓
await interaction.reply('Hello World!')
}
};
```
Expand All @@ -75,7 +76,8 @@ class ExampleFeature {
.setName('hello')
.setDescription('Hello World!'),
execute: async function (interaction) {
await interaction.reply('Hello World!') //処理を記述
// 在这里开始你的代码 ↓
await interaction.reply('Hello World!')
}
});
}
Expand Down

0 comments on commit e6ffdc0

Please sign in to comment.