Added .waifutransfer command

This commit is contained in:
Master Kwoth
2017-11-03 07:27:09 +01:00
parent 6aeec724c0
commit ed12722715
3 changed files with 9 additions and 2 deletions

View File

@ -199,7 +199,10 @@ namespace NadekoBot.Modules.Gambling
return;
}
await ReplyConfirmLocalized("waifu_transfer_success").ConfigureAwait(false);
await ReplyConfirmLocalized("waifu_transfer_success",
Format.Bold(waifu.ToString()),
Format.Bold(Context.User.ToString()),
Format.Bold(newOwner.ToString())).ConfigureAwait(false);
}
public enum DivorceResult