mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
integrated portal
This commit is contained in:
parent
a519dec257
commit
4f0e91f269
@ -9,7 +9,6 @@ const env = {
|
||||
ENCRYPTION_KEY: randomBytes(24).toString('hex'),
|
||||
HTTP_BIND: 8080,
|
||||
HTTP_EXTERNAL: 'http://localhost:8080',
|
||||
PORTAL: '',
|
||||
PUBLIC_BOT: false,
|
||||
SETTINGS_BIND: 8888,
|
||||
SUPER: '319467558166069248',
|
||||
|
@ -20,7 +20,6 @@ module.exports.get = () => ({
|
||||
avatar: client.user.avatarURL(),
|
||||
discriminator: client.user.discriminator,
|
||||
id: client.user.id,
|
||||
portal: process.env.PORTAL || null,
|
||||
public: (process.env.PUBLIC_BOT === 'true'),
|
||||
stats: {
|
||||
activatedUsers: users.length,
|
||||
|
Loading…
Reference in New Issue
Block a user