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