fix: Add kaltgetränk command for @krauterbaquette #13

Merged
aviac merged 2 commits from lorax/stupid-joke into dev 2025-08-26 17:21:28 +00:00
Owner

name: 'PR-Template'
about: 'Standardized PRs'


Checklist

  • The code is well documented
  • I bumped the version if it is necessary

PR Description

Kräuter wollte ein Kaltgetränk command und ich fand den Witz zu gut, um nicht 3 Minuten meines Lebens damit zu verschwenden ^^'

--- name: 'PR-Template' about: 'Standardized PRs' <!-- title: '[TEST] ' ref: 'main' labels: - bug - 'help needed' --> --- ## Checklist - [x] The code is well documented - [ ] I bumped the version if it is necessary ## PR Description Kräuter wollte ein Kaltgetränk command und ich fand den Witz zu gut, um nicht 3 Minuten meines Lebens damit zu verschwenden ^^'
krauterbaquette left a comment
Owner

xD
vielleicht bekommen wir ja irgendwann ein kaltgetränke-werbepartner und können mit dem command rabatt codes verteilen, bis dahin sieht es gut aus :)

xD vielleicht bekommen wir ja irgendwann ein kaltgetränke-werbepartner und können mit dem command rabatt codes verteilen, bis dahin sieht es gut aus :)
Cargo.lock Outdated
@ -3014,7 +3014,7 @@ dependencies = [
[[package]]
name = "soko-command-bot"
version = "0.1.0"
version = "0.1.1"

Wir sollten die Version dann wahrscheinlich noch zu 0.1.2 bumpen (?)

und das auch noch in der cargo.toml und nix/package.nix bei dem soko-command-bot package (was generell outdated ist)

Wir sollten die Version dann wahrscheinlich noch zu 0.1.2 bumpen (?) und das auch noch in der cargo.toml und `nix/package.nix` bei dem soko-command-bot package (was generell outdated ist)
aviac left a comment
Owner

Great feature! That should protect us from future summer sun hotness vunerabilities!

I have a small suggestion to improve the mood of the message.

Also should we maybe make this a hidden command to have some easter eggs?
Pro:

  • Doesn't clutter useful commands
  • More endorphins when finding the command
    Contra:
  • Might not be used as often
Great feature! That should protect us from future summer sun hotness vunerabilities! I have a small suggestion to improve the mood of the message. Also should we maybe make this a hidden command to have some easter eggs? Pro: - Doesn't clutter useful commands - More endorphins when finding the command Contra: - Might not be used as often
@ -304,6 +308,13 @@ pub async fn execute_commands(
);
send(room, content).await?;
}
Command::Drink => {
let content = RoomMessageEventContent::text_html(
"This service is currently not supported.<br>No drinks for you :(",
"This service is currently not supported.\nNo drinks for you :(",
Owner

I have a proof of concept to make the service available to some extend. Let me know what you think!

-                "This service is currently not supported.\nNo drinks for you :(", 
+                "🧋", 
I have a proof of concept to make the service available to some extend. Let me know what you think! ```suggestion - "This service is currently not supported.\nNo drinks for you :(", + "🧋", ```
Author
Owner

That's a truly innovative Idea! Will do.

That's a truly innovative Idea! Will do.
aviac force-pushed lorax/stupid-joke from 94aa01d850 to 550dfd163e 2025-08-26 17:21:08 +00:00 Compare
aviac deleted branch lorax/stupid-joke 2025-08-26 17:21:29 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
solarpunk-kollektiv-dd/soko-command-bot!13
No description provided.