From 58fa16663e94655864739fb700ad926553ce7954 Mon Sep 17 00:00:00 2001 From: Hash Borgir Date: Wed, 14 Feb 2024 05:16:45 -0700 Subject: [PATCH] Updated README.md --- README.md | 2 +- g | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 g diff --git a/README.md b/README.md index d45a3a6..ec904bf 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ To use the bot, invite it to a Matrix room and interact with it by sending comma - `!karma `: View or modify karma points for a user. - `!funguy ` Talk to the Tech AI LLM - `!music ` Talk to the music knowledge LLM - +- `!yt ` Search Youtube For a complete list of available commands and their descriptions, use the `!commands` command. # 🍄 Funguy Bot Commands 🍄 diff --git a/g b/g new file mode 100755 index 0000000..96b5cd3 --- /dev/null +++ b/g @@ -0,0 +1,4 @@ +#!/bin/bash +git add .; +git commit -a -m "$1"; +git push -u origin "$2"