maddinat0r / samp-discord-connector

SA:MP plugin which controls a Discord bot
MIT License
108 stars 55 forks source link

Connector Error / Could not Load plugin! #266

Open JustZerooo opened 5 months ago

JustZerooo commented 5 months ago

[2024-01-15T01:30:40+0100] [Info] Loading plugin: discord-connector.so [2024-01-15T01:30:40+0100] [Info] >> discord-connector: bot token not specified in environment variable or server config. [2024-01-15T01:30:40+0100] [Info] Plugin failed to initialize.

We use :

#define DCC_BOT_TOKEN                   "TOKEN"

AND

    "discord": {
        "discord_bot_token": "TOKEN"
    },

Why this error then`?

midosvt commented 3 months ago

That's not how it's done. You cannot define your discord bot token outside of server.cfg or config.json. And if you are using omp then load it as a component, not a plugin.