Skip to content

Commit

Permalink
Remove commented code and increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
BillChirico committed Dec 9, 2023
1 parent e4077c5 commit fdc22b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/GolfClapBot.Runner/GolfClapBot.Runner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionSuffix>alpha</VersionSuffix>
<NeutralLanguage>en-US</NeutralLanguage>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
Expand Down
3 changes: 0 additions & 3 deletions src/GolfClapBot.Runner/TwitchWorker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ private async Task TwitchClientOnMessageReceived(object? sender, OnMessageReceiv

private async Task<Task> TwitchClientOnJoinedChannel(object? sender, OnJoinedChannelArgs e)
{
// return SendMessage(
// $"Hello! I'm GolfClapBot, the AI chat bot developed by Bapes. If you're interested in learning more about it, please feel free to message him! v{GetVersion()}");

return SendMessage(await _bot.GetWelcomeMessage(GetVersion()));
}

Expand Down

0 comments on commit fdc22b9

Please sign in to comment.