3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 10:25:01 +00:00

Update Success Message

This commit is contained in:
Ibotmealot 2022-01-26 19:53:26 -05:00 committed by GitHub
parent 7e29f0e95d
commit 7267d6bdf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -571,7 +571,7 @@ export function convertMSToDelayString(ms: number): string {
return result; return result;
} }
export function successMessage(str, emoji = "<:zep_check:650361014180904971>") { export function successMessage(str, emoji = "<:zep_check:906897402101891093>") {
return emoji ? `${emoji} ${str}` : str; return emoji ? `${emoji} ${str}` : str;
} }