Migrate mute command
This commit is contained in:
parent
019966f25f
commit
0d3134bf45
6 changed files with 79 additions and 98 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue