From 412e04b4dc29b27df851504305d3bae81b763fa0 Mon Sep 17 00:00:00 2001 From: ByteDice Date: Sun, 2 Mar 2025 12:44:43 +0100 Subject: [PATCH] text revision --- data/8-ball_quirky.txt | 8 ++++---- data/write_json.json | 12 ------------ src/main.rs | 1 - 3 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 data/write_json.json diff --git a/data/8-ball_quirky.txt b/data/8-ball_quirky.txt index 2e37e0d..a530560 100644 --- a/data/8-ball_quirky.txt +++ b/data/8-ball_quirky.txt @@ -1,14 +1,14 @@ -42 (That’s the answer, right?) +42 Try turning it off and on again. Error 404: Answer not found. Consult your nearest wizard. -Ask your cat. They know everything. +Why should I know? Go ask your cat or something. The stars say yes, but the moon disagrees. -You don’t want to know… trust me. +You don’t want to know... trust me. Sure, but don’t quote me on that. In an alternate universe, yes. Why are you asking a stupid bot? Only if you bring snacks. -Flip a coin; I’m on break. +Flip a coin, I’m on break. The spirits are buffering... please wait. You already know the answer. \ No newline at end of file diff --git a/data/write_json.json b/data/write_json.json deleted file mode 100644 index d70785a..0000000 --- a/data/write_json.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "title": "my name", - "desc": "may be jeff", - "index": 1.0 - }, - { - "title": "is not jeff", - "desc": "my name?", - "index": 1.1 - } -] \ No newline at end of file diff --git a/src/main.rs b/src/main.rs index da7676b..e2bbdda 100644 --- a/src/main.rs +++ b/src/main.rs @@ -201,7 +201,6 @@ async fn gen_bot(data: Data, args: Args) -> Client { cmds::eight_ball(), cmds::re_shorturl(), cmds::add_server(), - //cmds::rule(), // bk_week bk_week_cmds::bk_week_help(), bk_week_cmds::bk_week_get(),