Commit Graph

11 Commits

Author SHA1 Message Date
Kwoth
fcb59b15ad New lib, created some mock class for editing
The class would allow you to edit users LINQ-style , i just need to
convince voltana to make this happen
2015-12-15 09:28:26 +01:00
Kwoth
537595694a More refactor, more extension methods.
Preparing to ditch this project...

I just want to reimplement image searches and then i will probably stop
working on this project.
2015-12-13 03:54:21 +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
Kwoth
a3762848e2 trivia fix, scramble answer
If you type "idfk" after 10 or more seconds after the trivia question
has appeared, you will get a scrambled answer hint.
2015-12-09 22:51:20 +01:00
Kwoth
33e4734d58 New trivia questions, broke audio.
Improved trivia a bit
2015-12-09 21:47:02 +01:00
Master Kwoth
8b366156dd New administration functions, fixes, improvements.
Added following commands:
.rch channel_name (removes a channel)
.rvch channel_name (removes a voice channel)
.rr @User role_name (removes a role from a user)
.sr @User role_name (adds a role to a user)

Added more aliases to administration functions, improved some stuff.
2015-12-08 01:29:45 +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