Writing Bigger, Organized Projects¶
The earlier tutorial taught you how to write a simple bot. However this may not be reasonable, as you may want to split commands into different files or subfolders.
This tutorial is going to show you a sample project that uses the EventCollection
class to help you register and 'group' similarly grouped commands..
In this tutorial, we are going to create a sample project, that contains two classes inherited with EventCollection
.