mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-19 08:05:01 +00:00
changed almost all references of utils successMessage to this.sendSuccessMessage. Waiting on knub changes to finish this
This commit is contained in:
parent
6a85ff6528
commit
f819b17075
17 changed files with 112 additions and 120 deletions
|
@ -152,7 +152,7 @@ export class LocatePlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
const toDelete = alerts[args.num - 1];
|
||||
await this.alerts.delete(toDelete.id);
|
||||
|
||||
msg.channel.createMessage(successMessage("Alert deleted"));
|
||||
this.sendSuccessMessage(msg.channel, "Alert deleted");
|
||||
}
|
||||
|
||||
@d.event("voiceChannelJoin")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue