Suppress !editcom output from within an alias?

So I currently have a command, !seed, which displays the current game’s randomizer seed. I also have !setseed, which calls an alias to !editcom !seed. Is there a way that I can suppress the output from nightbot that says “The command “!seed” has been edited sucessfully.”?

Here is the specific code in the command for !setseed:

!editcom !seed Current Seed: $(query)

So the query for !setseed is passed into the !editcom to edit the output of !seed, but every time that setseed is run, the output from editcom is put into chat. Is there an easy way I can tell nightbot to suppress that specific output?

Hiya, there is no way to supress that message at the moment sorry.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.