mirror-nourybot/pkg/commands/farm.go

9 lines
327 B
Go
Raw Normal View History

2021-11-04 18:31:36 +01:00
package commands
import "github.com/lyx0/nourybot/cmd/bot"
func Farm(target string, nb *bot.Bot) {
nb.Send(target, "Trees: https://oldschool.runescape.wiki/w/Crop_running#Example_tree_run_sequence")
nb.Send(target, "Herbs: https://oldschool.runescape.wiki/w/Crop_running#Example_allotment,_flower_and_herb_run_sequence")
}