Skip to content

Commit

Permalink
fixed stop button emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-ass committed Nov 1, 2023
1 parent f314e20 commit eff4437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
}

if (exitCode in normalMap) {
return `&#9209; <b>${e.Actor.Attributes.name}</b> stopped!\n${e.Actor.Attributes.image}\n${normalMap[exitCode]}`;
return `&#9209;&#65039; <b>${e.Actor.Attributes.name}</b> stopped!\n${e.Actor.Attributes.image}\n${normalMap[exitCode]}`;
} else if (exitCode in nonNormalMap) {
return `&#128308; <b>${e.Actor.Attributes.name}</b> stopped!\n${e.Actor.Attributes.image}\n${nonNormalMap[exitCode]}`;
} else {
Expand Down

0 comments on commit eff4437

Please sign in to comment.