Help needed by creating .env File #2
-
Hi IceEagle, first of All: Thanks for this awesome Project. A very impressive way to share the most urgent params of a Server with your Coop Partners. I am not very familiar with Programming, Python and so on. But I get the steps of Creating a Discord Bot running and install the Python Packages. One thing I found out with Python 3.13 version: Package 'audioop' was not found. I "fixed" it with additional loading package: audioop-lts Finally Bot is connected to the Discord and .json File is prepared. The Point I am struggling now is the needed .env file. Actual my cmd is showing up:
Kindly thanks for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Thank you for the feedback, all you have to do is create a new file and call it .env and inside you put: |
Beta Was this translation helpful? Give feedback.
-
Perfect. Was just confused if it is possible to (re)name a file inside Windows just as ".env" Bot is connected and now I just to solve to get the Server Infos from Hoster GPortal. Actual I get Error Message: I tried also switching to the Query Port, the RCON Port and the WEB Port but there I get a 401 Error, Maybe you have also a idea. But so far: Thanks a lot for your help. Edit 23.11.24 12:41 |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot. Everyhting works fine, now. Finally thanks a lot for your project and help! |
Beta Was this translation helpful? Give feedback.
Thank you for the feedback, all you have to do is create a new file and call it .env and inside you put:
DISCORD_BOT_TOKEN=your-discord-bot-token
would look something as follows: