Esempio n. 1
0
 public async Task CommandCustomDefault()
 {
     await ReplyAsync(_localization.GetMessage("Command custom default",
                                               (await _command.GetAllCustom(Context.Guild.Id)).Count));
 }