Skip to content

Instantly share code, notes, and snippets.

View nekodev0's full-sized avatar

L nekodev0

  • United States
View GitHub Profile
@nekodev0
nekodev0 / MyBot.cs
Created January 27, 2017 21:24
making a discord bot. for the kick command, how do I get it to specify a user?
using Discord;
using Discord.Commands;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NekoBotSource