aboutsummaryrefslogtreecommitdiff
path: root/core/README.txt
blob: 7a7cdf04953f3da907cbc1fbf027ec578d3ebd68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LiBot Core ==========
This module contains the core of LiBot; everything related to managing the API state, invoking commands, scanning the classpath, managing shreds, and more. It also runs a read-only management socket server that can be used to read information about the bot externally.

Module data:
	Providers --------------
	- ConfigurationProvider
	- CustomizationsProvider
	
	Listeners --------------
	- EventLogListener
	- EventWaiterListener
	- MessageListener
	- ShredClashListener
	
	Commands ---------------
	(none)