Facebook
From Innocent Terrapin, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 186
  1. using Discord;
  2. using Discord.Commands;
  3. using Discord.WebSocket;
  4. using System;
  5. using System.Collections.Generic;
  6. using System.Text;
  7. using System.Threading.Tasks;
  8.  
  9. namespace ConsoleApp1.Modules
  10. {
  11.     public class Commands : ModuleBase<SocketCommandContext>
  12.     {
  13.         //komendy
  14.     }
  15. }
  16.