swapped ! for /
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
local PLUGIN = {}
|
||||
|
||||
PLUGIN.doc = [[
|
||||
!weather <location>
|
||||
/weather <location>
|
||||
Returns the current temperature and weather conditions for a specified location.
|
||||
Non-city locations are accepted; "!weather Buckingham Palace" will return the weather for Westminster.
|
||||
]]
|
||||
|
||||
PLUGIN.triggers = {
|
||||
'^!weather'
|
||||
'^/weather'
|
||||
}
|
||||
|
||||
function PLUGIN.action(msg)
|
||||
|
Reference in New Issue
Block a user