Plugin that does pretty much what the name says, connects MacroQuest to discord. Chat messages that match a filter get sent to a Discord channel, and any commands you enter in that channel get executed. Control EQ from Discord, it's pretty neat!
An alternate quickstart guide with photos can be found here,
- Create a server & channel(s) from the Discord client
- Create a Discord bot & add it to your server, per the guide here: https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token
- Enable developer mode in the discord app (Discord client settings -> advanced)
- Open the MQ2Discord.yaml in a code editor. I recommend Visual Studio Code. (Text editors are not recommended for YAML files)
- Enter the ''token'' for the bot in your MQ2Discord.yaml. Read the guide above to find the bot token.
- Enter your ''user_id'' (right click your username in discord, copy id) in MQ2Discord.yaml
- Enter your server_Character name and the channel ''id'' in MQ2Discord.yaml. Server name must the shortname.
- In game, load the plugin with
/plugin mq2discord
- If it's already loaded, reload the config with
/discord reload
. If there are any errors in your .yaml file, it should tell you the line to look at.
Syntax | Description |
---|---|
/discord {reload|process|debug|stop} | Sends commands to be processed by the config file, reloads the config file, and controls debugging. |
An alternate quickstart guide with photos can be found here,
- Source Repository
- https://gitlab.com/alynel/mq2discord
- [git] Automation options?
- Yes