From 29030a08509651b5e74f900865317f3260a983a7 Mon Sep 17 00:00:00 2001 From: MounderFod <mounderfod@gmail.com> Date: Tue, 31 Aug 2021 18:14:15 +0100 Subject: Change nextcord to direct git branch --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 96e273e..ecbe82b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ python-dotenv == 0.19.0 requests ~= 2.26.0 jishaku ==2.2.0 -nextcord~=2.0.0a1 \ No newline at end of file +git+git://github.com/nextcord/nextcord@master -- cgit 1.4.1-2-gfad0 From 93f1d305858c97030fbeb148aeb84152389441e7 Mon Sep 17 00:00:00 2001 From: MounderFod <mounderfod@gmail.com> Date: Tue, 31 Aug 2021 21:04:01 +0100 Subject: Add some intents stuff --- bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index f6145e9..f48d32a 100644 --- a/bot.py +++ b/bot.py @@ -5,7 +5,8 @@ from dotenv import load_dotenv import bot_utils load_dotenv() -bot = commands.Bot(command_prefix="t!", activity=nextcord.Activity(name="for commands", type=nextcord.ActivityType.watching)) +intents = discord.Intents(members=True, presences=True) +bot = commands.Bot(command_prefix="t!", activity=nextcord.Activity(name="for commands", type=nextcord.ActivityType.watching), intents=intents) bot.help_command = bot_utils.MyHelpCommand(command_attrs={'hidden':True}) @bot.event -- cgit 1.4.1-2-gfad0 From 4ed4b84977de2ee14964f01292996e7cbf77e1c8 Mon Sep 17 00:00:00 2001 From: MounderFod <mounderfod@gmail.com> Date: Tue, 31 Aug 2021 21:06:21 +0100 Subject: idiot --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index f48d32a..2e03cb7 100644 --- a/bot.py +++ b/bot.py @@ -5,7 +5,7 @@ from dotenv import load_dotenv import bot_utils load_dotenv() -intents = discord.Intents(members=True, presences=True) +intents = nextcord.Intents(members=True, presences=True) bot = commands.Bot(command_prefix="t!", activity=nextcord.Activity(name="for commands", type=nextcord.ActivityType.watching), intents=intents) bot.help_command = bot_utils.MyHelpCommand(command_attrs={'hidden':True}) -- cgit 1.4.1-2-gfad0 From db5871b0bfc75a052f20afdcfde312f7e2c14dc4 Mon Sep 17 00:00:00 2001 From: MounderFod <mounderfod@gmail.com> Date: Tue, 31 Aug 2021 21:09:09 +0100 Subject: Never mind --- bot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 2e03cb7..f6145e9 100644 --- a/bot.py +++ b/bot.py @@ -5,8 +5,7 @@ from dotenv import load_dotenv import bot_utils load_dotenv() -intents = nextcord.Intents(members=True, presences=True) -bot = commands.Bot(command_prefix="t!", activity=nextcord.Activity(name="for commands", type=nextcord.ActivityType.watching), intents=intents) +bot = commands.Bot(command_prefix="t!", activity=nextcord.Activity(name="for commands", type=nextcord.ActivityType.watching)) bot.help_command = bot_utils.MyHelpCommand(command_attrs={'hidden':True}) @bot.event -- cgit 1.4.1-2-gfad0 uthor Thomas E. Dickey <dickey@invisible-island.net> 1996-09-02 19:39:24 -0400 committer Thomas E. Dickey <dickey@invisible-island.net> 1996-09-02 19:39:24 -0400 snapshot of project "lynx", label v2_6' href='/ingrix/lynx-snapshots/commit/src/LYPrint.h?id=e087f6d44e87f489fcb3056e86319ebba4218156'>e087f6d4</a></span> </pre></div><div class='alt'><pre><span class='oid'><a title='author Thomas E. Dickey <dickey@invisible-island.net> 1998-03-29 19:00:00 -0500 committer Thomas E. Dickey <dickey@invisible-island.net> 1998-03-29 19:00:00 -0500 snapshot of project "lynx", label v2-8-1dev_5' href='/ingrix/lynx-snapshots/commit/src/LYPrint.h?id=af9be28bc2701ea448898282942bd5b957439f18'>af9be28b</a></span> <a title='Blame the previous revision' href='/ingrix/lynx-snapshots/blame/src/LYPrint.h?id=43797ce7b89f70182191e7b41521772c7efa2d25'>^</a> </pre></div><div class='alt'><pre><span class='oid'><a title='author Thomas E. Dickey <dickey@invisible-island.net> 1996-09-02 19:39:24 -0400 committer Thomas E. Dickey <dickey@invisible-island.net> 1996-09-02 19:39:24 -0400 snapshot of project "lynx", label v2_6' href='/ingrix/lynx-snapshots/commit/src/LYPrint.h?id=e087f6d44e87f489fcb3056e86319ebba4218156'>e087f6d4</a></span> </pre></div><div class='alt'><pre><span class='oid'><a title='author Thomas E. Dickey <dickey@invisible-island.net> 1998-11-10 19:47:00 -0500 committer Thomas E. Dickey <dickey@invisible-island.net> 1998-11-10 19:47:00 -0500 snapshot of project "lynx", label v2-8-2dev_2' href='/ingrix/lynx-snapshots/commit/src/LYPrint.h?id=d3f9d5478df478427c2aa5db4507ddd0a38f0eb6'>d3f9d547</a></span> <a title='Blame the previous revision' href='/ingrix/lynx-snapshots/blame/src/LYPrint.h?id=18024037b515bfff83e0230b35151babe6005e18'>^</a> </pre></div><div class='alt'><pre><span class='oid'><a title='author Thomas E. Dickey <dickey@invisible-island.net> 1999-03-04 10:56:18 -0500 committer Thomas E. Dickey <dickey@invisible-island.net> 1999-03-04 10:56:18 -0500 snapshot of project "lynx", label v2-8-2dev_18' href='/ingrix/lynx-snapshots/commit/src/LYPrint.h?id=f7c3c4ca429260c4d056b1e032e05162e25554ca'>f7c3c4ca</a></span> <a title='Blame the previous revision' href='/ingrix/lynx-snapshots/blame/src/LYPrint.h?id=c5fef0d4ab035d8fd988270a39ed6f9d0e9b214c'>^</a> </pre></div><div class='alt'><pre><span class='oid'><a title='author Thomas E. Dickey <dickey@invisible-island.net> 1996-09-02 19:39:24 -0400 committer Thomas E. Dickey <dickey@invisible-island.net> 1996-09-02 19:39:24 -0400 snapshot of project "lynx", label v2_6' href='/ingrix/lynx-snapshots/commit/src/LYPrint.h?id=e087f6d44e87f489fcb3056e86319ebba4218156'>e087f6d4</a></span> </pre></div><div class='alt'><pre><span class='oid'><a title='author Thomas E. Dickey <dickey@invisible-island.net> 1996-09-02 19:39:24 -0400 committer Thomas E. Dickey <dickey@invisible-island.net> 1996-09-02 19:39:24 -0400 snapshot of project "lynx", label v2_6' href='/ingrix/lynx-snapshots/commit/src/LYPrint.h?id=e087f6d44e87f489fcb3056e86319ebba4218156'>e087f6d4</a></span> </pre></div></td> <td class='linenumbers'><div class='alt'><pre><a id='n1' href='#n1'>1</a> <a id='n2' href='#n2'>2</a> <a id='n3' href='#n3'>3</a> <a id='n4' href='#n4'>4</a> </pre></div><div class='alt'><pre><a id='n5' href='#n5'>5</a> </pre></div><div class='alt'><pre><a id='n6' href='#n6'>6</a> <a id='n7' href='#n7'>7</a> <a id='n8' href='#n8'>8</a> </pre></div><div class='alt'><pre><a id='n9' href='#n9'>9</a> <a id='n10' href='#n10'>10</a> </pre></div><div class='alt'><pre><a id='n11' href='#n11'>11</a> </pre></div><div class='alt'><pre><a id='n12' href='#n12'>12</a> </pre></div><div class='alt'><pre><a id='n13' href='#n13'>13</a> <a id='n14' href='#n14'>14</a> </pre></div></td> <td class='lines'><div><div><div class='alt'><pre> </pre></div><div class='alt'><pre> </pre></div><div class='alt'><pre> </pre></div><div class='alt'><pre> </pre></div><div class='alt'><pre> </pre></div><div class='alt'><pre> </pre></div><div class='alt'><pre> </pre></div></div><pre><code>