SGA-A / c2c

Source code for the custom app exclusive to cc, where most interactions begin and end.
MIT License
1 stars 0 forks source link

Organize imports + Hybrid #49

Closed SGA-A closed 8 months ago

SGA-A commented 8 months ago

This PR makes the repeat command a hybrid command, so that it can be used as both text/slash commands. This PR also reorganizes all the imports in every file. Entire module imports are seperated from specific func/attr imports from a module.