Tanja-4732 / meme-bot

Automates and manages meme channels for Discord servers
GNU Affero General Public License v3.0
0 stars 1 forks source link

Where to put discord bot token? #97

Open EchoeMatrix opened 2 years ago

EchoeMatrix commented 2 years ago

where to apply discord bot token?

Tanja-4732 commented 2 years ago

where to apply discord bot token?

It's supposed to go in an environment variable called MB_TOKEN, as stated in the Readme file.

You can see the code responsible for that in bot.ts, line 32 to 42.

Just a quick heads up: You'll also need to setup a PostgreSQL database; and this project has been essentially unmaintained for about three years now, as its original use case no longer exists.

But thanks for asking.