rename bdcc to bdcb

This commit is contained in:
runebaas 2019-05-28 20:32:15 +02:00
parent ced287e492
commit 288c976674

View file

@ -18,7 +18,7 @@ namespace Geekbot.net.Commands.Randomness
_randomNumberGenerator = randomNumberGenerator;
}
[Command("bdcc", RunMode = RunMode.Async)]
[Command("bdcb", RunMode = RunMode.Async)]
[Summary("Benedict Cumberbatch Name Generator")]
public async Task GetQuote()
{
@ -59,4 +59,4 @@ namespace Geekbot.net.Commands.Randomness
}
}
}
}
}