mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
9 lines
327 B
Go
9 lines
327 B
Go
|
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")
|
||
|
}
|