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"