Skip to content

Commit

Permalink
Allow usage of /userinfo in DMs
Browse files Browse the repository at this point in the history
  • Loading branch information
FloatingMilkshake committed Sep 27, 2024
1 parent 71f60f0 commit 499d9de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Commands/UserInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
public class UserInfo : ApplicationCommandModule
{
[SlashCommand("userinfo", "Returns information about the provided server member.")]
[SlashRequireGuild]
public static async Task UserInfoCommand(InteractionContext ctx,
[Option("user", "The user to look up information for. Defaults to yourself.")]
DiscordUser user = null)
Expand Down

0 comments on commit 499d9de

Please sign in to comment.