Kwoth
|
da086011f8
|
fixes, ne help command for easy readme
|
2016-01-05 15:37:49 +01:00 |
|
Kwoth
|
c443cb8268
|
refactor, new api
|
2015-12-30 05:44:36 +01:00 |
|
Kwoth
|
d9657436a4
|
Decently sized C#6 refactor
Also removed unused using statements
|
2015-12-12 23:39:58 +01:00 |
|
Kwoth
|
485783d146
|
Using the newest discord.net , fixes, improvements
If you draw 5 cards now, you get a hand value.
|
2015-12-10 21:35:34 +01:00 |
|
Kwoth
|
741e1d0227
|
Made an extension to client.SendMessage
await client.SendMessage(e.Channel,msg); is now
await e.Send(msg);
also added e.reply. It mentions the user first and then prints the
message.
c# ftw
|
2015-12-10 02:22:15 +01:00 |
|
Master Kwoth
|
b393a5932f
|
cleanup of useless usings
|
2015-12-06 12:45:41 +01:00 |
|
Master Kwoth
|
495b7437c9
|
Fixed and rewritten draw using new API, others coming
I broke it when preparing for Github publishing
|
2015-12-06 12:43:55 +01:00 |
|
Master Kwoth
|
a909d69e4a
|
Initial commit
Enjoy
|
2015-12-05 12:03:11 +01:00 |
|