From 38b8f80c4372d8d6493ba0a31c094467e6f38c8a Mon Sep 17 00:00:00 2001 From: Supositware Date: Fri, 26 Jan 2024 18:34:24 +0100 Subject: [PATCH] update .env --- .env.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index ff477b1..083ff08 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,7 @@ token=YourToken clientId=BotClientId guildId=DevGuildId ownerId=OwnerUserId -statusChannel= +statusChannel=CHannelIdForStatus uptimeURL=UptimeKumaOrWhateverStatusThingYouUseOrJustLeaveEmpty uptimeInterval=60 twiConsumer=TwitterConsumerToken @@ -14,4 +14,6 @@ twiLogChannel=ChannelWhereTheDetailedInfoOfTheCommandIsSent botsggToken=APITokenForBots.gg botsggEndpoint=https://discord.bots.gg/api/v1 stableHordeApi=0000000000 -stableHordeID=0000 \ No newline at end of file +stableHordeID=0000 +NODE_ENV=development +ytdlpMaxResolution=720 \ No newline at end of file