Added api route to retrieve bot commands list.

This commit is contained in:
2026-01-26 18:15:50 -05:00
parent d15eab2421
commit 369b3bf133
2 changed files with 38 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ const LineChartComponent = ({
tickLine={false}
tickMargin={10}
stroke={chart.color("border")}
// label={{ value: label, position: "left", angle: -90 }}
// label={{ value: label, position: "left", angle: -90 }}
/>
<Tooltip
animationDuration={100}