We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 this working? I filled in the information but it won't relay anything outside the main discord channel.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
How to get this working? I filled in the information but it won't relay anything outside the main discord channel.
The text was updated successfully, but these errors were encountered: