chore(ci): remove changelog from Discord notifications

[skip ci]
This commit is contained in:
Jagandeep Brar
2022-07-09 18:15:49 -04:00
parent a101a70d14
commit dab455600d
2 changed files with 1 additions and 11 deletions

View File

@@ -1,9 +1,3 @@
const getChangelog = () => {
const changelog = process.env.BUILD_CHANGELOG;
if (changelog) return changelog;
return "No Documented Changes";
};
const getRelease = () => {
const title = process.env.BUILD_TITLE;
let url = "https://builds.lunasea.app";
@@ -36,10 +30,6 @@ module.exports = () => {
value: getWeb(),
inline: true,
},
{
name: "Changelog",
value: getChangelog(),
},
],
},
]);