We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96480f5 commit 828557dCopy full SHA for 828557d
README.md
@@ -15,6 +15,7 @@ module.exports = config;
15
config.domains = ["pastebin.com"]; // pastebin/etc domans
16
config.dbFilename = "database.db"; // the database file to store the collection
17
config.history = false; // archive chat history on login
18
+config.port = 8080; // the port to server the http frontend on
19
config.token = "PUT YOUR TOKEN HERE"; // discord login token
20
```
21
0 commit comments