mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 02:25:01 +00:00
Update Success Message
This commit is contained in:
parent
7e29f0e95d
commit
7267d6bdf3
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ export function convertMSToDelayString(ms: number): string {
|
|||
return result;
|
||||
}
|
||||
|
||||
export function successMessage(str, emoji = "<:zep_check:650361014180904971>") {
|
||||
export function successMessage(str, emoji = "<:zep_check:906897402101891093>") {
|
||||
return emoji ? `${emoji} ${str}` : str;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue