Fix incorrect config command reference

This commit is contained in:
Noi 2022-05-25 09:09:54 -07:00
parent 195b06ab85
commit 18de4e3b70

View file

@ -220,7 +220,7 @@ public class ConfigModule : BotModuleBase {
else result.AppendLine($" - `{bdayCount}` user(s) currently having a birthday.");
result.AppendLine();
result.AppendLine(DoTestFor("Birthday role set with `bb.config role`", delegate {
result.AppendLine(DoTestFor("Birthday role set with `/config role set-birthday-role`", delegate {
if (guildconf.IsNew) return false;
SocketRole? role = guild.GetRole((ulong)(guildconf.RoleId ?? 0));
return role != null;