Nirlep5252/EpicBot

how to properly format webhooks in .env?

Closed this issue · 5 comments

wxce commented

i have no idea how to properly format the webhooks in .env

You need a variable (eg. startup_webhook) whose value would be the token of the webhook
and you will have to put the ID of that webhook in the config.py file.

Your .env file should look something like this:
image

wxce commented

do i have to write the entire webhook?
or just the token like you said

whose value would be the token of the webhook

token

wxce commented

got it working thank you for your cooperation