Remove the token-printing "feature"

This commit is contained in:
Will Hoskings
2020-02-10 21:15:44 +00:00
parent e4811fc88b
commit 1fbd77833b
-1
View File
@@ -3,7 +3,6 @@ import { configs } from "./configs.ts"
import { StatusType, GatewayOpcode } from "./types/discord.ts";
(async function () {
console.log({ configs });
const client = new Client({
token: configs.token
});