fd9ac7a843
added .greet and .greetmsg commands, cleanup
2016-01-12 22:57:00 +01:00
8040a4b5ba
ffmpeg explained
2016-01-12 17:28:51 +01:00
24713e4a3d
fixed audio bug
2016-01-11 21:37:48 +01:00
3efdae632d
Merge branch 'master' of https://github.com/Kwoth/NadekoBot
2016-01-11 20:35:54 +01:00
066fc00bc7
stats collecting works now, optional
...
- ParseKey and parse ID are now optional. If you don't enter them,
logging will be disabled
- GoogleAPI key is optional but you won't be able to queue music.
- removed testq
2016-01-11 20:35:49 +01:00
1caefa5855
readme optional json params
2016-01-11 20:10:47 +01:00
0580407267
Update README.md
2016-01-11 19:57:05 +01:00
b15d88cc43
removed crawl
2016-01-11 19:42:14 +01:00
7d75d71b2b
bot id clarity
2016-01-11 19:39:55 +01:00
6c9518020f
newname command
2016-01-11 19:36:15 +01:00
e765d6726b
settopic command
2016-01-10 17:13:27 +01:00
4910639591
Cleanup
...
- Moved semi-useful commands from conversation modules to the top
- Moved i and ir commands (they still don't work) to searches module
- Copied .die and .clr to administration module
2016-01-10 16:43:23 +01:00
de57285e0f
Unban command
2016-01-10 16:24:50 +01:00
0997a82513
added random cat command to searches module
2016-01-10 16:14:51 +01:00
cadae7f67c
added description
2016-01-10 15:52:06 +01:00
1d632b61d8
cleanup, added prune command
2016-01-10 15:49:37 +01:00
e1d1f196fe
Merge pull request #2 from AraHaan/patch-1
...
Update README.md thx decorator
2016-01-09 00:02:23 +01:00
5cd2d09a6d
Update README.md
2016-01-08 16:44:13 -06:00
a0152d4866
Update README.md
2016-01-08 09:36:02 +01:00
2b20cac75d
new discord.net dlls
2016-01-06 09:36:25 +01:00
ee6177103c
Update README.md
2016-01-06 06:54:40 +01:00
9b387f2802
Update README.md
2016-01-06 00:13:26 +01:00
da086011f8
fixes, ne help command for easy readme
2016-01-05 15:37:49 +01:00
80827f0853
update last update,only need to remove aliases now
2016-01-05 11:04:53 +01:00
4d39d7a308
better wording
2016-01-05 11:03:33 +01:00
9fe5fbdac8
brand new readme :)
2016-01-05 11:02:20 +01:00
36f4e0c36e
Update README.md
2016-01-05 06:20:12 +01:00
78f837bfc8
typo, new sound, bugix
...
Sound is not 100% working, it sometimes exits the song before it ends
2016-01-05 05:52:17 +01:00
489caab8cc
Update README.md
2016-01-04 07:16:22 +01:00
33dd9e1f82
admin formatting
2016-01-04 07:15:40 +01:00
2c86604080
trivia quesitons don't suck since some time ago
2016-01-04 07:13:06 +01:00
3a570cf757
updated readme
2016-01-04 06:46:53 +01:00
4c3997b6fa
fixed music, and its now stereo.
2015-12-31 20:40:09 +01:00
24153df9d7
new lib version, voltana fixed a bug with edit roles
2015-12-30 06:25:18 +01:00
c443cb8268
refactor, new api
2015-12-30 05:44:36 +01:00
4c0f814f57
Added "@BotMention slm" command
...
- slm shows the last message you were mentioned in. Useful if you don't
want to scroll up just to see where is the message you need to read.
2015-12-22 18:01:35 +01:00
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
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
5fb1a7fa31
Added stupid pokemon attacks.
...
Also, every person now has an element depending on their user ID. Every
element has anti-element.
2015-12-13 02:07:29 +01:00
d9657436a4
Decently sized C#6 refactor
...
Also removed unused using statements
2015-12-12 23:39:58 +01:00
1847ddbbe2
Google disabled old image API ; . ;
...
I disabled image searches until I find a proper replacement. (probably
imgur)
2015-12-11 17:19:34 +01:00
e62849f999
Added randserver command
...
Moved avatar to conversations from searches.
2015-12-11 15:58:31 +01:00
df48edf727
j is no longer obsolete, since scrapping is banned
2015-12-10 22:02:58 +01:00
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
e0ff0b4447
Voltana's at it again, new api changes.
2015-12-10 04:32:29 +01:00
4f3e58e1f0
wrong mention, and a critical typo: dont ->don't
2015-12-10 03:11:22 +01:00
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
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
2d1b2a861f
Formated readme.
...
I should probably write a program that will format this for me...
2015-12-10 00:15:24 +01:00
00d2b75cce
Improved help greatly.
...
Small fixes, improvements.
2015-12-10 00:05:08 +01:00