feat: use emoji icons from Hangar
This commit is contained in:
parent
bafe8e3b55
commit
9cc88cfcb8
2 changed files with 12 additions and 10 deletions
|
@ -553,7 +553,7 @@ export function convertMSToDelayString(ms: number): string {
|
|||
return result;
|
||||
}
|
||||
|
||||
export function successMessage(str: string, emoji = "<:zep_check:650361014180904971>") {
|
||||
export function successMessage(str: string, emoji = "<:zep_check:906897402101891093>") {
|
||||
return emoji ? `${emoji} ${str}` : str;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue