3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 04:45:02 +00:00

changed almost all references of utils successMessage to this.sendSuccessMessage. Waiting on knub changes to finish this

This commit is contained in:
roflmaoqwerty 2020-01-11 00:39:32 +11:00
parent 3e974e84b3
commit af882627a1
17 changed files with 112 additions and 120 deletions

View file

@ -264,8 +264,8 @@ export function convertMSToDelayString(ms: number): string {
return result;
}
export function successMessage(str) {
return `<:zep_check:650361014180904971> ${str}`;
export function successMessage(str, emoji) {
return `${emoji} ${str}`;
}
export function errorMessage(str) {