-
When I try to create an invite for my discord server
invite = await client.create_invite(client.get_server("guild id"), max_age=30, max_uses=1, unique='true')
I get this error
discord.errors.…
-
Hey, I wanted to use the member.server.default_channel.name command to get the default channel, to write in when anew member join, but instead I get the error:
AttributeError: 'NoneType' object has…
-
Any idea how I can make my bot send messages once it joins a server, if that server has a default channel?
The code for sending the message is clear, I just can't find anything about how to trigger…
-
It seems as though the only way to get the member class of the bot is to do:
bots = [member for member in list(client.get_all_members()) if member.id == context.bot.user.id]
this_server_bo…
-
So, I have a few problems I need resolved, and instead of submitting two issues, I'll keep them confined into one, as they are somewhat similar.
**First Issue**:
I am trying to get the bot to DM…
-
Hello,
I have tried to use the `discord.on_reaction_add` event but has an error saying `Syntax Error: unexpected character after line continuation character`. I have tried to take the `discord.` or a…
-
I am trying to get the ID of a member. Thank you.
ghost updated
7 years ago
-
probably has something to do with on_message
-
After say 60 seconds, delete bot invocation message and response unless error.
-
Hi all,
Repology publishes a list of `problems' in repositories. Mostly they're issues with homepage redirects and 404s but probably worth looking into.
https://repology.org/repository/nix_unsta…