Skip to content

Commit

Permalink
Rename Username to BotUsername
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragkrishna committed Sep 7, 2024
1 parent 84d9499 commit af4afc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class DiscordOption : BaseOption
/// <summary>
/// Gets or sets the bot username.
/// </summary>
public string? Username { get; set; }
public string? BotUsername { get; set; }

/// <summary>
/// Gets or sets the mention type.
Expand Down

0 comments on commit af4afc1

Please sign in to comment.