Skip to content

Commit

Permalink
style: Make 'createProfileLookupEmbed' private
Browse files Browse the repository at this point in the history
  • Loading branch information
eendjebernard committed Nov 3, 2023
1 parent 8e14870 commit 776c3b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class ProfileCommand {
.build()
}

fun createProfileLookupEmbed(
private fun createProfileLookupEmbed(
title: String,
description: String)
: MessageEmbed = embed()
Expand Down

0 comments on commit 776c3b9

Please sign in to comment.