podaboutlist / linkfix-for-discord

LinkFix brings link embeds back to your Discord server! Simply post Twitter, Instagram, TikTok, or Reddit links and LinkFix will reply with a rich media embed.
https://discord.com/application-directory/385950397493280805
GNU Affero General Public License v3.0
16 stars 4 forks source link

The Host said This: #44

Closed Joolian1 closed 8 months ago

Joolian1 commented 8 months ago

Hello the support of the host said this ( They even tried to run it few times ) image image_2

You said do not open another issue abt this but i did what the support said because they believe the issue from your code .

Let me know so i can send a screenshot in that ticket

Joolian1 commented 8 months ago

Thank you .

RalphORama commented 8 months ago

image

It is not an error with the code. It properly compiles and runs both on my local machine and on the server I am hosting the main LinkFix bot on.

Like I said previously, if the npm install/npm run build/npm start steps are executed in order, the code will transpile and the bot will run. I do not know what hosting platform you are using or how it handles these steps. That is something you and your host have to figure out.

If your host supports Docker containers, which appears to be the case, you can pull a pre-built image from ghcr.io/podaboutlist/linkfix:latest.

In either case, you will need to configure the DISCORD_BOT_TOKEN environment variable.