Skip to content

Commit

Permalink
fix: roadmap link
Browse files Browse the repository at this point in the history
  • Loading branch information
retardgerman committed Jan 6, 2025
1 parent d77d2ab commit 2123a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/github/roadmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
.setDescription('Get the link to the GitHub roadmap.'),
async run(interaction) {
await interaction.reply(
"📌 Here is our Roadmap: <https://github.com/users/fredrikburmester/projects/5/views/8>"
"📌 Here is our Roadmap: <https://github.com/orgs/streamyfin/projects/3>"
);
},
};

0 comments on commit 2123a79

Please sign in to comment.