mirror of
https://github.com/NoiTheCat/BirthdayBot.git
synced 2024-11-22 05:54:36 +00:00
Fix incorrect config command reference
This commit is contained in:
parent
195b06ab85
commit
18de4e3b70
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ public class ConfigModule : BotModuleBase {
|
||||||
else result.AppendLine($" - `{bdayCount}` user(s) currently having a birthday.");
|
else result.AppendLine($" - `{bdayCount}` user(s) currently having a birthday.");
|
||||||
result.AppendLine();
|
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;
|
if (guildconf.IsNew) return false;
|
||||||
SocketRole? role = guild.GetRole((ulong)(guildconf.RoleId ?? 0));
|
SocketRole? role = guild.GetRole((ulong)(guildconf.RoleId ?? 0));
|
||||||
return role != null;
|
return role != null;
|
||||||
|
|
Loading…
Reference in a new issue