From bdf97c6922def77e6a6e2e81f14b71685616d193 Mon Sep 17 00:00:00 2001 From: Joseph Date: Sun, 31 Jul 2022 12:17:55 -0700 Subject: [PATCH 1/8] Update stealemoji.py --- stealemoji/stealemoji.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stealemoji/stealemoji.py b/stealemoji/stealemoji.py index fb83f3b1..0a1da947 100644 --- a/stealemoji/stealemoji.py +++ b/stealemoji/stealemoji.py @@ -103,6 +103,11 @@ async def se_print(self, ctx: commands.Context): for page in pagify(emoj, delims=[" "]): await ctx.maybe_send_embed(page) + @checks.is_owner() + @stealemoji.command(name="cleardata") + async def se_notify(self): + await self.config.clear_all() + @checks.is_owner() @stealemoji.command(name="notify") async def se_notify(self, ctx: commands.Context): From 9764343e7e7a0ac3588031d194d63d30feef2af6 Mon Sep 17 00:00:00 2001 From: Joseph Date: Sun, 31 Jul 2022 12:21:48 -0700 Subject: [PATCH 2/8] Update stealemoji.py --- stealemoji/stealemoji.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stealemoji/stealemoji.py b/stealemoji/stealemoji.py index 0a1da947..06562e14 100644 --- a/stealemoji/stealemoji.py +++ b/stealemoji/stealemoji.py @@ -105,7 +105,7 @@ async def se_print(self, ctx: commands.Context): @checks.is_owner() @stealemoji.command(name="cleardata") - async def se_notify(self): + async def se_cleardata(self, ctx: commands.Context): await self.config.clear_all() @checks.is_owner() From 1f8bd9992c678a51d92232376612c374871a750c Mon Sep 17 00:00:00 2001 From: Joseph Date: Sun, 31 Jul 2022 12:30:42 -0700 Subject: [PATCH 3/8] Update stealemoji.py --- stealemoji/stealemoji.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stealemoji/stealemoji.py b/stealemoji/stealemoji.py index 06562e14..e48f8845 100644 --- a/stealemoji/stealemoji.py +++ b/stealemoji/stealemoji.py @@ -107,6 +107,7 @@ async def se_print(self, ctx: commands.Context): @stealemoji.command(name="cleardata") async def se_cleardata(self, ctx: commands.Context): await self.config.clear_all() + await ctx.send("Data for the stealemoji cog has been cleared") @checks.is_owner() @stealemoji.command(name="notify") From ed1b059e42c4760fe7e425e251c1bab29ea1610f Mon Sep 17 00:00:00 2001 From: Joseph Date: Tue, 2 Aug 2022 21:35:36 -0700 Subject: [PATCH 4/8] Fixed repo from git+git:// to git+http:// --- chatter/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatter/info.json b/chatter/info.json index 7e313304..f719395c 100644 --- a/chatter/info.json +++ b/chatter/info.json @@ -7,7 +7,7 @@ "hidden": false, "install_msg": "Thank you for installing Chatter! Please make sure you check the install instructions at https://github.com/bobloy/Fox-V3/blob/master/chatter/README.md\nAfter that, get started ith `[p]load chatter` and `[p]help Chatter`", "requirements": [ - "git+git://github.com/bobloy/ChatterBot@fox#egg=ChatterBot>=1.1.0.dev4", + "git+https://github.com/bobloy/ChatterBot@fox#egg=ChatterBot>=1.1.0.dev4", "kaggle", "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.1.0/en_core_web_sm-3.1.0.tar.gz#egg=en_core_web_sm", "https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.1.0/en_core_web_md-3.1.0.tar.gz#egg=en_core_web_md" From f8c772772c37d52a994d804c678213f114cb2a1b Mon Sep 17 00:00:00 2001 From: Joseph Date: Wed, 3 Aug 2022 09:13:55 -0700 Subject: [PATCH 5/8] Update info.json --- chatter/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatter/info.json b/chatter/info.json index f719395c..151e889a 100644 --- a/chatter/info.json +++ b/chatter/info.json @@ -7,7 +7,7 @@ "hidden": false, "install_msg": "Thank you for installing Chatter! Please make sure you check the install instructions at https://github.com/bobloy/Fox-V3/blob/master/chatter/README.md\nAfter that, get started ith `[p]load chatter` and `[p]help Chatter`", "requirements": [ - "git+https://github.com/bobloy/ChatterBot@fox#egg=ChatterBot>=1.1.0.dev4", + "git+https://github.com/batman202012/chatterbot-for-gpu@master", "kaggle", "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.1.0/en_core_web_sm-3.1.0.tar.gz#egg=en_core_web_sm", "https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.1.0/en_core_web_md-3.1.0.tar.gz#egg=en_core_web_md" From a3187a59718867138284ab14b89f96b11c5de9c5 Mon Sep 17 00:00:00 2001 From: Joseph Date: Wed, 3 Aug 2022 09:14:24 -0700 Subject: [PATCH 6/8] Update info.json --- chatter/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatter/info.json b/chatter/info.json index 151e889a..144987b1 100644 --- a/chatter/info.json +++ b/chatter/info.json @@ -7,7 +7,7 @@ "hidden": false, "install_msg": "Thank you for installing Chatter! Please make sure you check the install instructions at https://github.com/bobloy/Fox-V3/blob/master/chatter/README.md\nAfter that, get started ith `[p]load chatter` and `[p]help Chatter`", "requirements": [ - "git+https://github.com/batman202012/chatterbot-for-gpu@master", + "git+https://github.com/batman202012/chatterbot-for-gpu@main", "kaggle", "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.1.0/en_core_web_sm-3.1.0.tar.gz#egg=en_core_web_sm", "https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.1.0/en_core_web_md-3.1.0.tar.gz#egg=en_core_web_md" From e1d026d4b9261f18fc215fdbd306dce5e1c02f3a Mon Sep 17 00:00:00 2001 From: Joseph Date: Wed, 3 Aug 2022 09:23:18 -0700 Subject: [PATCH 7/8] Update info.json --- chatter/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatter/info.json b/chatter/info.json index 144987b1..6d44cc39 100644 --- a/chatter/info.json +++ b/chatter/info.json @@ -7,7 +7,7 @@ "hidden": false, "install_msg": "Thank you for installing Chatter! Please make sure you check the install instructions at https://github.com/bobloy/Fox-V3/blob/master/chatter/README.md\nAfter that, get started ith `[p]load chatter` and `[p]help Chatter`", "requirements": [ - "git+https://github.com/batman202012/chatterbot-for-gpu@main", + "git+https://github.com/batman202012/ChatterBot@master", "kaggle", "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.1.0/en_core_web_sm-3.1.0.tar.gz#egg=en_core_web_sm", "https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.1.0/en_core_web_md-3.1.0.tar.gz#egg=en_core_web_md" From 63337eb9708d324799d7c5a8881271187ccc8606 Mon Sep 17 00:00:00 2001 From: Joseph Date: Wed, 17 Aug 2022 12:11:34 -0700 Subject: [PATCH 8/8] Changed back stealemoji --- stealemoji/stealemoji.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stealemoji/stealemoji.py b/stealemoji/stealemoji.py index e48f8845..fb83f3b1 100644 --- a/stealemoji/stealemoji.py +++ b/stealemoji/stealemoji.py @@ -103,12 +103,6 @@ async def se_print(self, ctx: commands.Context): for page in pagify(emoj, delims=[" "]): await ctx.maybe_send_embed(page) - @checks.is_owner() - @stealemoji.command(name="cleardata") - async def se_cleardata(self, ctx: commands.Context): - await self.config.clear_all() - await ctx.send("Data for the stealemoji cog has been cleared") - @checks.is_owner() @stealemoji.command(name="notify") async def se_notify(self, ctx: commands.Context):