DevChatter / ChatterBot

Highly modular Twitch chat bot.
MIT License
10 stars 5 forks source link

Fix Names and Namespaces Throughout Project #45

Closed benrick closed 4 years ago

benrick commented 4 years ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like We should go through the code and adjust the namespaces, classes, and file names to align better with project structure.

Additional context The exception is the DI extensions, which should remain in the Microsoft.Extensions.DependencyInjection namespace for ease of discover-ability.