Commit Graph
6 Commits
Author SHA1 Message Date
Kwoth 3fb1151935 Fixed rip,insult, praise and improvements
Also added dump command, only owner can run it. It generates invites to
all servers the bot is on and saves them to dump.txt.
2015-12-10 02:55:09 +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 00d2b75cce Improved help greatly.
Small fixes, improvements.
2015-12-10 00:05:08 +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
Kwoth fc84c0212e moved stats to administartion 2015-12-08 23:25:16 +01:00