minor syntactic change to be more consistent

This commit is contained in:
2024-10-11 21:32:24 -04:00
parent 62f4861556
commit fb94ee6919

View File

@@ -6,7 +6,8 @@ use serenity::Colour;
fn get_dox_output(ctx: &mut Context<'_>,
user: &serenity::User,
member: Option<&serenity::Member>,
show_permissions: bool) -> String {
show_permissions: bool) -> String
{
let mut output = String::new();
if user.bot {