Skip to content

Instantly share code, notes, and snippets.

View Ashegao's full-sized avatar

Ashe_FM Ashegao

View GitHub Profile
@Ashegao
Ashegao / bakibot.cs
Last active November 6, 2017 17:36
Just a general text bot for discord created for fun.
// The "Baki Bot" Discord bot was created by Ash Wainman-Smith. Creation begun on 10/10/2017, and has been regularly updated at least once a fortnight since.
using Discord; //These top two are part of the discord API and are NEEDED for the bot to work.
using Discord.Commands;
using System; //These are just the C# commands that the program will use.
using System.Collections.Generic; //They're still pretty important, so don't delete them.
using System.Linq; //Then again, you never need to edit them at all.
using System.Text;