1 |
rakinar2 |
575 |
--- |
2 |
|
|
title: Screenshots |
3 |
|
|
short_name: Screenshots |
4 |
|
|
--- |
5 |
|
|
|
6 |
|
|
import helpScreenshot from "@/images/help-command.png"; |
7 |
|
|
import aboutScreenshot from "@/images/about-command.png"; |
8 |
|
|
|
9 |
|
|
# Screenshots |
10 |
|
|
|
11 |
|
|
Here are some screenshots: |
12 |
|
|
|
13 |
|
|
<figure> |
14 |
|
|
<img |
15 |
|
|
src={helpScreenshot.src} |
16 |
|
|
width={600} |
17 |
|
|
alt="" |
18 |
|
|
style={{ |
19 |
|
|
width: "100%", |
20 |
|
|
}} |
21 |
|
|
/> |
22 |
|
|
<figcaption> |
23 |
|
|
<p>Help Command (Slash Command)</p> |
24 |
|
|
</figcaption> |
25 |
|
|
</figure> |
26 |
|
|
<figure> |
27 |
|
|
<img |
28 |
|
|
src={aboutScreenshot.src} |
29 |
|
|
width={600} |
30 |
|
|
alt="" |
31 |
|
|
style={{ |
32 |
|
|
width: "100%", |
33 |
|
|
}} |
34 |
|
|
/> |
35 |
|
|
<figcaption> |
36 |
|
|
<p>About Command (Legacy)</p> |
37 |
|
|
</figcaption> |
38 |
|
|
</figure> |