diff options
| author | seth <[email protected]> | 2023-04-05 20:48:14 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-05 20:48:14 -0400 |
| commit | bde7a8fa909c6b2e19077fd439b753884e55dca4 (patch) | |
| tree | 74bae4a6852977ac28fddaa0c29b87f54acd70f7 | |
| parent | 65d0b7a553f718b1ba34799e604ceb07c062af61 (diff) | |
update README
| -rw-r--r-- | .github/workflows/ci.yml | 10 | ||||
| -rw-r--r-- | .github/workflows/format_and_lint.yml | 10 | ||||
| -rw-r--r-- | README.md | 22 |
3 files changed, 26 insertions, 16 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea06d85..77c8e11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,17 @@ name: ci on: push: + paths: + - "**.lock" + - "**.nix" + - "**.rs" + - "**.toml" pull_request: + paths: + - "**.lock" + - "**.nix" + - "**.rs" + - "**.toml" workflow_dispatch: jobs: diff --git a/.github/workflows/format_and_lint.yml b/.github/workflows/format_and_lint.yml index 065ae83..08a9dce 100644 --- a/.github/workflows/format_and_lint.yml +++ b/.github/workflows/format_and_lint.yml @@ -2,7 +2,17 @@ name: format and lint on: push: + paths: + - "**.lock" + - "**.nix" + - "**.rs" + - "**.toml" pull_request: + paths: + - "**.lock" + - "**.nix" + - "**.rs" + - "**.toml" workflow_dispatch: jobs: @@ -1,28 +1,18 @@ # teawie bot -okay so like basically, it's just a discord bot named "teawie" (so cool!!) +okay so like basically, it's just a discord bot named "teawie" (so cool!! +and now in rust!!!) ## features / commands (some are slash, some are not) -**m!ask** | ask the bot a question with predefined answers +**!ask** | ask the bot a question with predefined answers (this is also a slash command, use with /ask) -**m!teawiespam** | spams :teawiesmile: +**!teawiespam** | spams :teawiesmile: **/copypasta** | sends a random copypasta from src\teawie_bot\copypastas -**/random_teawie** | sends out a random teawie, which is a soft cute character made by SympathyTea - -## dev setup - -```shell -python -m venv .env -.\.env\Scripts\activate.ps1 # for powershell (windows) -source .env/bin/activate # for linux - -pip install flit -flit install --only-deps -pre-commit install -``` +**/random_teawie** | sends out a random teawie, which is a soft cute character made +by SympathyTea |
