Migrate mute command

This commit is contained in:
Ethan Lane 2021-11-29 15:06:13 +00:00
parent 019966f25f
commit 0d3134bf45
Signed by: Vylpes
GPG key ID: EED233CC06D12504
6 changed files with 79 additions and 98 deletions

View file

@ -14,6 +14,11 @@ export default class PublicEmbed extends MessageEmbed {
this._context = context;
}
// Detail methods
public AddReason(message: String) {
super.addField("Reason", message || "*none*");
}
// Send methods
public SendToCurrentChannel() {
this._context.message.channel.send(this);