mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-01-08 13:27:55 -05:00
comment updated
This commit is contained in:
@ -16,7 +16,7 @@ import {
|
||||
import { dbClient } from './db.ts';
|
||||
import endpoints from './endpoints/_index.ts';
|
||||
|
||||
// start(databaseClient) returns nothing
|
||||
// start() returns nothing
|
||||
// start initializes and runs the entire API for the bot
|
||||
const start = async (): Promise<void> => {
|
||||
const server = Deno.listen({ port: config.api.port });
|
||||
|
||||
Reference in New Issue
Block a user