mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-06 10:11:27 +03:00
Settings reverse proxy (doesn't work)
This commit is contained in:
14
src/stdin/settings.js
Normal file
14
src/stdin/settings.js
Normal file
@@ -0,0 +1,14 @@
|
||||
const { StdinCommand } = require('@eartharoid/dbf');
|
||||
|
||||
module.exports = class extends StdinCommand {
|
||||
constructor(client, options) {
|
||||
super(client, {
|
||||
...options,
|
||||
id: 'settings',
|
||||
});
|
||||
}
|
||||
|
||||
async run() {
|
||||
this.client.log.info.settings(process.env.HTTP_EXTERNAL + '/settings');
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user