Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get Lua error to channel working? #12

Open
konsolekonnect opened this issue Dec 18, 2018 · 1 comment
Open

How to get Lua error to channel working? #12

konsolekonnect opened this issue Dec 18, 2018 · 1 comment
Labels

Comments

@konsolekonnect
Copy link

How to get this working? I filled in the information but it won't relay anything outside the main discord channel.

@Techbot121
Copy link
Member

Techbot121 commented Dec 18, 2018

Right now you can only send Messages via the one Webhook token and thus it's limited to one Channel only.

For other Channels we use a Bot Token which actually calls the Discord API and Creates Messages the "normal" way.

You can get a Token here https://discordapp.com/developers/applications/ and use that in the config file:

{
    "token": "w4opgfj2w94gjf93w4gj",
    //other stuff here
}

this also gives the relay the ability to read messages, so you can create commands and the bot would read it.

for now it would be preferable if you could use an existing Bot token since this Addon can't invite the bot to your Server.

If I find the time I'll get around and redo this from scratch in a way that is more intuitive and easy to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants