diff --git a/src/GolfClapBot.Runner/GolfClapBot.Runner.csproj b/src/GolfClapBot.Runner/GolfClapBot.Runner.csproj
index 1106994..809c337 100644
--- a/src/GolfClapBot.Runner/GolfClapBot.Runner.csproj
+++ b/src/GolfClapBot.Runner/GolfClapBot.Runner.csproj
@@ -5,7 +5,7 @@
enable
enable
Linux
- 1.0.0
+ 1.0.1
alpha
en-US
false
diff --git a/src/GolfClapBot.Runner/TwitchWorker.cs b/src/GolfClapBot.Runner/TwitchWorker.cs
index 0846c69..01603be 100644
--- a/src/GolfClapBot.Runner/TwitchWorker.cs
+++ b/src/GolfClapBot.Runner/TwitchWorker.cs
@@ -67,9 +67,6 @@ private async Task TwitchClientOnMessageReceived(object? sender, OnMessageReceiv
private async 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()));
}