This commit is contained in:
Henry Hiles 2025-08-01 20:10:34 -04:00
commit 64dd38f7aa
No known key found for this signature in database
6 changed files with 265 additions and 2 deletions

View file

@ -37,6 +37,7 @@ void main(List<String> argsRaw) async {
),
);
apiHelper.listen();
serveRequests(server, handler);
print("Bot listening at ${server.address.address}");
}