GearTech0 / basic-discord-bot-framework

My old alice repo is outdated and I wanted to start her anew. This is Alice 2.0 Discord Management bot.
GNU General Public License v3.0
0 stars 1 forks source link

Create interfaces and definitions for commonly used objects #21

Open GearTech0 opened 4 years ago

GearTech0 commented 4 years ago

We move around a lot of objects and create them on the fly. It would be optimal to create definitions/interfaces for these objects so that we can constrain object creation and also better code readability.