From bde7a8fa909c6b2e19077fd439b753884e55dca4 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 5 Apr 2023 20:48:14 -0400 Subject: update README --- README.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 030a8d2..69e454b 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3