chore: lay out the ground work for a Discord command router

This commit is contained in:
2026-03-23 01:27:40 -04:00
parent abe6ff58ca
commit df6056d549
4 changed files with 115 additions and 23 deletions

View File

@@ -1,3 +1,4 @@
mod command;
mod one_to_many;
mod one_to_many_with_data;
mod one_to_one;