Skip to content

Commit

Permalink
Update piazza.js post link
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmarYAhmed authored Dec 13, 2023
1 parent ac0f69a commit 38cdb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/piazza.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
} else {
console.log(`User ${user.username} requested a link to Piazza post #${postNumber}.`);
return {
content: `Piazza Post #${postNumber}: <https://piazza.com/class/lbzf4r97cuj4kt/post/${postNumber}>`,
content: `Piazza Post #${postNumber}: <https://piazza.com/class/llmch89c1hp3ht/post/${postNumber}>`,
}
}
}
Expand Down

0 comments on commit 38cdb2b

Please sign in to comment.