コード例 #1
0
 public async Task Generate(CommandContext ctx, [Description("Discord user to dump")] DiscordUser discordUser)
 {
     var newName = UsernameZalgoMonitor.GenerateRandomName(discordUser.Id);
     await ctx.Channel.SendMessageAsync(newName).ConfigureAwait(false);
 }