1
0
forked from liza/Influx

Changed how the help message is registered

This commit is contained in:
Stephen Baydush 2025-01-06 13:01:42 -05:00
parent 06a6d862cc
commit e770312c1b

View File

@ -68,12 +68,10 @@ internal sealed class InfluxPlugin : IDalamudPlugin
_commandManager.AddHandler("/influx", new CommandInfo(ProcessCommand)
{
HelpMessage = "Opens influx configuration"
});
_commandManager.AddHandler("/influx gil", new CommandInfo(ProcessCommand)
{
HelpMessage = "Opens influx statistics"
HelpMessage = """
Opens influx configuration
/influx gil - Opens influx statistics
"""
});
_timer = new Timer(TimeSpan.FromMinutes(1));