typos
This commit is contained in:
parent
58245df9ef
commit
60deedc920
@ -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);
|
||||
|
@ -1,14 +0,0 @@
|
||||
{
|
||||
"117523346618318850": {
|
||||
"VoicePlusTextEnabled": false
|
||||
},
|
||||
"156382989004046337": {
|
||||
"VoicePlusTextEnabled": true
|
||||
},
|
||||
"105010597954871296": {
|
||||
"VoicePlusTextEnabled": null
|
||||
},
|
||||
"81384788765712384": {
|
||||
"VoicePlusTextEnabled": null
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user