Kwoth
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
Master Kwoth
489caab8cc
Update README.md
2016-01-04 07:16:22 +01:00
Master Kwoth
33dd9e1f82
admin formatting
2016-01-04 07:15:40 +01:00
Master Kwoth
2c86604080
trivia quesitons don't suck since some time ago
2016-01-04 07:13:06 +01:00
Master Kwoth
3a570cf757
updated readme
2016-01-04 06:46:53 +01:00
Kwoth
4c3997b6fa
fixed music, and its now stereo.
2015-12-31 20:40:09 +01:00
Kwoth
24153df9d7
new lib version, voltana fixed a bug with edit roles
2015-12-30 06:25:18 +01:00
Kwoth
c443cb8268
refactor, new api
2015-12-30 05:44:36 +01:00
Kwoth
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
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
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
Kwoth
d9657436a4
Decently sized C#6 refactor
...
Also removed unused using statements
2015-12-12 23:39:58 +01:00
Kwoth
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
Kwoth
e62849f999
Added randserver command
...
Moved avatar to conversations from searches.
2015-12-11 15:58:31 +01:00
Master Kwoth
df48edf727
j is no longer obsolete, since scrapping is banned
2015-12-10 22:02: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
e0ff0b4447
Voltana's at it again, new api changes.
2015-12-10 04:32:29 +01:00
Kwoth
4f3e58e1f0
wrong mention, and a critical typo: dont ->don't
2015-12-10 03:11:22 +01:00
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
Master Kwoth
2d1b2a861f
Formated readme.
...
I should probably write a program that will format this for me...
2015-12-10 00:15:24 +01:00
Kwoth
00d2b75cce
Improved help greatly.
...
Small fixes, improvements.
2015-12-10 00:05:08 +01:00
Master Kwoth
3f7c3da072
Added a list of commands to readme
2015-12-10 00:05:02 +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
Master Kwoth
e07a47c1e9
Copy paste fail fix
2015-12-08 12:08:11 +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
93db5f319f
Added a link to the repo in the help
...
Just in case someone needs assistance, so that they can find me when i
relaunch nadeko, since i will be firing up NadekoBot again and on a much
better server tomorrow or day after tomorrow.
2015-12-07 21:25:22 +01:00
Master Kwoth
8f9e4d7e11
A lot of administration stuff, adding more tomorrow
...
.r role-name [role-color(optional)] (creates a new role)
.b @User (bans a user)
.k @Users (kicks a user)
.vch channel_name (creates a new voice channel)
.ch channel_name (creates a new text channel)
2015-12-07 21:20:23 +01:00
Master Kwoth
c62e3f6520
Changed readme to affect the api change
...
BotMention in 'credentials.json' is no longer @BotName, but<@bot_id>
2015-12-06 15:15:05 +01:00
Master Kwoth
203bbd40cc
fixed bot mention... api changed >.<
2015-12-06 14:22:30 +01:00
Master Kwoth
18213b6634
Dice are also being sent from memory now.
2015-12-06 13:14:52 +01:00
Master Kwoth
654099afa4
Moved Help to its own file, created administration module which now contains help. I will add more commands to it in the future.
2015-12-06 12:57:29 +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
5dcb3b8468
Libsodium and opus don't need to be in libs folder.
2015-12-05 23:48:43 +01:00
Master Kwoth
7a6830d0af
Update readme.md
2015-12-05 12:25:40 +01:00
Master Kwoth
a909d69e4a
Initial commit
...
Enjoy
2015-12-05 12:03:11 +01:00
Master Kwoth
81642424aa
Readme.md written.
2015-12-05 12:02:45 +01:00
Master Kwoth
53444575b2
Initial commit
2015-12-05 11:13:23 +01:00