Esempio n. 1
0
 public async Task Guild([Remainder] string guildname = null)
 {
     await publicService.GuildAsync(Context, guildname);
 }