We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d159d00 commit 89b0bf4Copy full SHA for 89b0bf4
index.js
@@ -78,7 +78,7 @@ async function run() {
78
.setName(username || default_username)
79
.setAvatar(avatarUrl || default_avatarUrl)
80
.setColor(color || default_colors[severity])
81
- .setDescription((description || getDefaultDescription()) + "\n" + details)
+ .setDescription((description || await getDefaultDescription()) + "\n" + details)
82
.setFooter(footer || ("Severity: " + long_severity[severity]))
83
.setText(text)
84
.setTime();
0 commit comments