comment updated

This commit is contained in:
Ean Milligan (Bastion) 2022-06-19 04:19:25 -04:00
parent 66f08bf538
commit 137f6388f7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import {
import { dbClient } from './db.ts'; import { dbClient } from './db.ts';
import endpoints from './endpoints/_index.ts'; import endpoints from './endpoints/_index.ts';
// start(databaseClient) returns nothing // start() returns nothing
// start initializes and runs the entire API for the bot // start initializes and runs the entire API for the bot
const start = async (): Promise<void> => { const start = async (): Promise<void> => {
const server = Deno.listen({ port: config.api.port }); const server = Deno.listen({ port: config.api.port });