Relays messages from Stardew Valley to Discord via webhooks using SMAPI
- Install SMAPI
- Extract latest release to mods folder
- Create a new webhook on Discord
- Launch game and load farm
- Type "discord" in SMAPI console, or "/discord" in chat if you are using Chat Commands
- Paste webhook URL in the text box and click the "set" button
The emojis.json
file translates the emoji ids in Stardew Valley to an equivalent Discord emoji. Modify this file if you want to add your own emojis or you aren't satisfied with the current emojis.
- Fork it (https://github.com/steven-kraft/StardewDiscord/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Distributed under the MIT license. See LICENSE
for more information.