Modulized the project so it's easier to look over items, Unfinished for now, added extra functions for chat, API is not finished for the chat. and will not work. Files saved as a "Work in progress" type of commit. \n Document folders added, but nothing yet done inside of them. \n Some comments have been removed as they were bloated and made it hard to read the code, the functions themselves are self-explanatory and will be documented in the "docs" folders, containing the documentation in a markdown format

This commit is contained in:
Esad Mustafoski
2025-03-14 06:37:08 +01:00
parent aeaae9fc58
commit 8b992017ba
3 changed files with 130 additions and 132 deletions

View File

@@ -134,8 +134,6 @@ async function _tokenChecker(ctx: Context, next: Next): Promise<void> {
*/
}
// API: Users
async function api_user_getInfo(ctx: any): Promise<void> {
const id = ctx.params.id;