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
Currently you can configure your bot token in variables.js but the webhooks / channels it goes to are hardcoded to the adventureland discord.
variables.js
general messages seems to go to #game_events and if the message contains joined Adventure Land it will go to #new_players
#game_events
joined Adventure Land
#new_players
At the very minimum you should be able to specify the general events channel, and the new player channel in variables.js or something equivalent.
adventureland/node/server_functions.js
Lines 3263 to 3287 in 887a3e8
The text was updated successfully, but these errors were encountered:
The IDs in 3270 and 3272 are likely specific to the adventure.land discord, no?
Sorry, something went wrong.
Yes! Those could probably be changed.
404333059018719233 corresponds to #game_events, while 839163123499794481 corresponds to #new_players
404333059018719233
839163123499794481
Successfully merging a pull request may close this issue.
Currently you can configure your bot token in
variables.js
but the webhooks / channels it goes to are hardcoded to the adventureland discord.general messages seems to go to
#game_events
and if the message containsjoined Adventure Land
it will go to#new_players
At the very minimum you should be able to specify the general events channel, and the new player channel in variables.js or something equivalent.
adventureland/node/server_functions.js
Lines 3263 to 3287 in 887a3e8
The text was updated successfully, but these errors were encountered: