remove server

This commit is contained in:
Ryan Cao 2022-05-21 10:02:47 +08:00
parent 9fde9ffb85
commit 64998d6224
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F
3 changed files with 2 additions and 393 deletions

View file

@ -3,20 +3,6 @@ import { commands, aliases } from './commands';
import * as BuildConfig from './constants';
import Filter from 'bad-words';
import Koa from 'koa';
{
const app = new Koa();
app.use(async (ctx) => {
ctx.body = 'Hello there';
ctx.res.setHeader('content-type', 'text/plain');
});
app.listen(3000, () => {
console.log('Started server!');
});
}
const client = new Client({
intents: [