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

Commit

Permalink
fix: add style to gh button
Browse files Browse the repository at this point in the history
  • Loading branch information
MrlolDev committed Sep 4, 2023
1 parent 22d7046 commit ee085d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/commands/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ export default createCommand({
},
{
type: MessageComponentTypes.Button,

label: "GitHub",
url: `https://github.com/${repo}`,
style: ButtonStyles.Link,
},
];

Expand Down

0 comments on commit ee085d8

Please sign in to comment.