Skip to content

Commit b68ac41

Browse files
committed
Add missing social credit subcommand to usage
1 parent 3f71f7c commit b68ac41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discord_bot/social_credit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ async fn print_usage(guild_id: GuildId, ctx: Context, message: &Message) -> crat
184184
.reply(
185185
ctx,
186186
format!(
187-
"{}social_credit <get|add> ...",
187+
"{}social_credit <get|add|leaderboard> ...",
188188
GuildStorage::get(guild_id).await.command_prefix
189189
),
190190
)

0 commit comments

Comments
 (0)