Пример #1
0
 public static async Task CheckStoresAsync(OrikivoCommandContext Context)
 {
     MessageBuilder mb = ShopSystem.CheckStores();
     await Context.Channel.SendSourceAsync(mb.Build());
 }