Skip to content

Commit

Permalink
Update SlashCommand.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aiko-chan-ai authored Dec 13, 2024
1 parent a1a75fb commit f3f8158
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions examples/SlashCommand.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,10 @@ await message.channel.sendSlash('718642000898818048', 'sauce', a)

### Demo Command

![image](https://cdn.discordapp.com/attachments/820557032016969751/1196038273282355301/image.png)

![image](https://cdn.discordapp.com/attachments/820557032016969751/1196038366328799242/image.png)

![image](https://cdn.discordapp.com/attachments/820557032016969751/1196040186186973238/image.png)

![image](https://cdn.discordapp.com/attachments/820557032016969751/1196041814147338360/image.png)
![image](https://github.com/user-attachments/assets/e7b8fc6c-4816-49df-a400-6a4eed7a9a88)
![image](https://github.com/user-attachments/assets/3452f388-639b-4626-a826-56ec3683ee32)
![image](https://github.com/user-attachments/assets/4a1e92d7-402d-4087-afa7-5794ce8ba6eb)
![image](https://github.com/user-attachments/assets/85b029f4-27f7-4e20-b3a7-a4d0597b4a98)

### Code
```js
Expand Down Expand Up @@ -116,4 +113,4 @@ channel
}
})
.then(console.log);
```
```

0 comments on commit f3f8158

Please sign in to comment.