Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = &bot.Module{ Name: "wvw", Description: "Access Guild Wars 2 WvW data", GuildOnly: false, Commands: map[string]*bot.Command{ "matchup": { Description: "View the current matches", Usage: "[World] / [t1-5] / next", Example: "\"Whiteside Ridge\" | t1 | next", Execute: matchup, }, "population": { Description: "View the current world population", Usage: "[World]", Example: "\"Whitesidge Ridge\"", Execute: population, }, }, }
Module WvW gives access to Guild Wars 2 WvW Data
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.