Added comment for consistency
This commit is contained in:
parent
cc0ec364e6
commit
d7b1486615
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ namespace Noikoio.RegexBot.Module.ModTools.Commands
|
||||||
{
|
{
|
||||||
class Say : CommandBase
|
class Say : CommandBase
|
||||||
{
|
{
|
||||||
public Say(ModTools l, string label, JObject conf) : base(l, label, conf) { }
|
// No configuration at the moment.
|
||||||
|
|
||||||
// TODO: Whitelist/blacklist - to limit which channels it can "say" into
|
// TODO: Whitelist/blacklist - to limit which channels it can "say" into
|
||||||
|
public Say(ModTools l, string label, JObject conf) : base(l, label, conf) { }
|
||||||
|
|
||||||
public override async Task Invoke(SocketGuild g, SocketMessage msg)
|
public override async Task Invoke(SocketGuild g, SocketMessage msg)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue