aboutsummaryrefslogtreecommitdiff
path: root/bin/bot.ml
Commit message (Expand)AuthorAgeFilesLines
* Add permission test commandAdelyn Breedlove2019-02-201-0/+1
* Add role test commandAdelyn Breedlove2019-02-171-0/+1
* Re-arrange and whatnotAdelyn Breelove2019-02-131-113/+12
* Random useless command in the test botAdelyn Breelove2019-02-111-1/+15
* Add a cacheAdelyn Breedlove2019-02-111-37/+49
* Sharder fixesAdelyn Breedlove2019-02-051-0/+3
* Move large_threshold to shard storage, as it isn't needed elsewhereAdelyn Breelove2019-02-041-1/+1
* Minor updatesAdelyn Breelove2019-01-311-3/+3
* Comment example botAdelyn Breelove2019-01-301-8/+37
* Better shard shutdown and HTTP error loggingAdelyn Breedlove2019-01-291-1/+1
* Compression!!!Adelyn Breelove2019-01-291-1/+1
* Publish docs updatesAdelyn Breedlove2019-01-281-93/+93
* Fix Message.t.mentionsAdelyn Breedlove2019-01-281-0/+7
* Switch to ID abstractions internallyAdelyn Breedlove2019-01-271-2/+5
* simple correctionsAdelyn Breedlove2019-01-251-2/+2
* Start of an event dispatch reworkAdelyn Breelove2019-01-241-11/+12
* fix event dispatch for MESSAGE_DELETE_BULKAdelyn Breelove2019-01-231-0/+1
* Guild ID and Channel ID abstractionsAdelyn Breelove2019-01-231-0/+3
* improve the status exampleAdelyn Breelove2019-01-211-2/+3
* Add status change command exampleAdelyn Breelove2019-01-211-3/+14
* Fix sharding logicAdelyn Breelove2019-01-211-1/+1
* More signature improvementsAdelyn Breelove2019-01-211-1/+1
* start using LogsAdelyn Breelove2019-01-211-1/+3
* swap order of fields in example bot to reflect correct orderingAdelyn Breedlove2019-01-211-2/+2
* Improve embed buildersAdelyn Breedlove2019-01-201-10/+10
* improve embed exampleAdelyn Breedlove2019-01-201-1/+13
* Add embed buildersAdelyn Breedlove2019-01-201-1/+6
* more updatesAdelyn Breedlove2019-01-191-0/+3
* more improvements to test bot, fix message module0.2.0Adelyn Breelove2019-01-171-1/+5
* Make the example bot cleanerAdelyn Breelove2019-01-171-7/+12
* fix up the exampleAdelyn Breelove2019-01-171-1/+21
* new event dispatchingAdelyn Breelove2019-01-171-7/+2
* more mlisAdelyn Breedlove2019-01-171-2/+1
* eliminate all functors in favour of a simpler approachAdelyn Breedlove2019-01-161-4/+4
* Working on deriving types from jsonAdelyn Breelove2018-12-131-2/+1
* Complete event dispatchAdelyn Breelove2018-12-121-39/+2
* Fix all the errors from coding without merlinMishio5952018-11-291-1/+1
* functors!Adelyn Breelove2018-11-291-6/+7
* Some sharding work, reconnect is mostly workingMishio5952018-11-291-1/+2
* convert to client from client_ezMishio5952018-11-251-6/+6
* Major structural changesMishio5952018-11-241-22/+38
* Clean up example botMishio5952018-11-181-6/+10
* Ping bot exampleMishio5952018-11-181-1/+8
* Event dispatch and client abstractionMishio5952018-11-181-3/+20
* Rewrite from Lwt to AsyncMishio5952018-11-171-16/+9
* New name who disMishio5952018-11-131-2/+2
* A few more sharding improvementsMishio5952018-11-131-3/+6
* Completed multi-shardingMishio5952018-11-131-1/+1
* Initial multi-shard supportMishio5952018-11-101-24/+11
* Add test executable to repoMishio5952018-11-101-0/+30