forked from liza/Influx
Changed how the help message is registered
This commit is contained in:
parent
06a6d862cc
commit
e770312c1b
@ -68,12 +68,10 @@ internal sealed class InfluxPlugin : IDalamudPlugin
|
|||||||
|
|
||||||
_commandManager.AddHandler("/influx", new CommandInfo(ProcessCommand)
|
_commandManager.AddHandler("/influx", new CommandInfo(ProcessCommand)
|
||||||
{
|
{
|
||||||
HelpMessage = "Opens influx configuration"
|
HelpMessage = """
|
||||||
});
|
Opens influx configuration
|
||||||
|
/influx gil - Opens influx statistics
|
||||||
_commandManager.AddHandler("/influx gil", new CommandInfo(ProcessCommand)
|
"""
|
||||||
{
|
|
||||||
HelpMessage = "Opens influx statistics"
|
|
||||||
});
|
});
|
||||||
|
|
||||||
_timer = new Timer(TimeSpan.FromMinutes(1));
|
_timer = new Timer(TimeSpan.FromMinutes(1));
|
||||||
|
Loading…
Reference in New Issue
Block a user