rename bdcc to bdcb
This commit is contained in:
parent
ced287e492
commit
288c976674
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ namespace Geekbot.net.Commands.Randomness
|
||||||
_randomNumberGenerator = randomNumberGenerator;
|
_randomNumberGenerator = randomNumberGenerator;
|
||||||
}
|
}
|
||||||
|
|
||||||
[Command("bdcc", RunMode = RunMode.Async)]
|
[Command("bdcb", RunMode = RunMode.Async)]
|
||||||
[Summary("Benedict Cumberbatch Name Generator")]
|
[Summary("Benedict Cumberbatch Name Generator")]
|
||||||
public async Task GetQuote()
|
public async Task GetQuote()
|
||||||
{
|
{
|
||||||
|
@ -59,4 +59,4 @@ namespace Geekbot.net.Commands.Randomness
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue