From 85c13d4545c0b3501c51340dc7f8f49209dff716 Mon Sep 17 00:00:00 2001 From: WubzyGD Date: Tue, 18 Jan 2022 17:16:27 -0700 Subject: [PATCH] anime char overload prevention --- .gitignore | 6 +++++- .idea/Natsuki.iml | 2 ++ .idea/workspace.xml | 12 ++++++++---- commands/anime/char.js | 2 +- util/anime/anisearch.js | 2 +- util/anime/charsearch.js | 1 + util/cache/char.js | 5 +++++ 7 files changed, 23 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 63ad009..9db39fb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,8 @@ node_modules/ config.json auth.json test.js -/.idea/ \ No newline at end of file +/.idea/ + +api/**/* +api/ +.idea/**/* \ No newline at end of file diff --git a/.idea/Natsuki.iml b/.idea/Natsuki.iml index d007bc1..0c1c525 100644 --- a/.idea/Natsuki.iml +++ b/.idea/Natsuki.iml @@ -5,6 +5,8 @@ + + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 10f9174..2e2cd56 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,10 +4,13 @@