This commit is contained in:
Master Kwoth 2016-03-14 01:34:12 +01:00
parent 58245df9ef
commit 60deedc920
2 changed files with 2 additions and 16 deletions

View File

@ -100,7 +100,7 @@ namespace NadekoBot.Commands {
cgb.CreateCommand(Module.Prefix + "removestream")
.Alias(Module.Prefix + "rms")
.Description("Removes notifications of a certain streamer on this channel." +
"\n**Usage**: ~srm SomeGuy")
"\n**Usage**: ~rms SomeGuy")
.AddCheck(SimpleCheckers.ManageServer())
.Parameter("username", ParameterType.Unparsed)
.Do(async e => {
@ -124,7 +124,7 @@ namespace NadekoBot.Commands {
cgb.CreateCommand(Module.Prefix + "liststreams")
.Alias(Module.Prefix + "ls")
.Description("Lists all streams you are following on this server." +
"\n**Usage**: ~hbl")
"\n**Usage**: ~ls")
.Do(async e => {
var streams = NadekoBot.Config.ObservingStreams.Where(snc =>
snc.ServerId == e.Server.Id);

View File

@ -1,14 +0,0 @@
{
"117523346618318850": {
"VoicePlusTextEnabled": false
},
"156382989004046337": {
"VoicePlusTextEnabled": true
},
"105010597954871296": {
"VoicePlusTextEnabled": null
},
"81384788765712384": {
"VoicePlusTextEnabled": null
}
}