[NEW FEATURE] Discord Timeout/Mute Command | Nextcord

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

ความคิดเห็น • 32

  • @glowstik
    @glowstik  3 ปีที่แล้ว +6

    pip install -U git+github.com/nextcord/nextcord.git#master < command to install nextcord with timeouts

  • @vexooiii9810
    @vexooiii9810 2 ปีที่แล้ว +2

    Hey glowstik !! u actually helped me to make a bot and I would like a part 2 of logs with nextcord, for the logs idea I would like to have roles logs ( when someone change a role permissions / someone create a role )

  • @louisthepuddle7196
    @louisthepuddle7196 2 ปีที่แล้ว +1

    How do I install human friendly on ubuntu/mac?

  • @ztxxi
    @ztxxi 2 ปีที่แล้ว +2

    ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH? How to fix

    • @Thescp049
      @Thescp049 2 ปีที่แล้ว +1

      Install git and add to path. To install you have to go to git’s website.

    • @ztxxi
      @ztxxi 2 ปีที่แล้ว

      @@Thescp049 thx

  • @slcrpdoj
    @slcrpdoj ปีที่แล้ว

    brotti... mute is when a member is muted and cant type and DOESNT show the timeout message, not a timeout function

  • @flowcheer
    @flowcheer 3 ปีที่แล้ว +1

    epic! also i got banned on epikhost due to "alt account", but i dont have one

  • @ykdat1237
    @ykdat1237 2 ปีที่แล้ว

    It wont let me import human friendly, help lol

  • @zelcalt8793
    @zelcalt8793 3 ปีที่แล้ว

    early

  • @ocuIus
    @ocuIus 3 ปีที่แล้ว

    epic!!

  • @EmpireAngels
    @EmpireAngels 2 ปีที่แล้ว

    'humanfriendly' has no attribute 'parse_time'

    • @glowstik
      @glowstik  2 ปีที่แล้ว

      it should be parse_timespan

    • @EmpireAngels
      @EmpireAngels 2 ปีที่แล้ว

      @@glowstik its still giving me errira when i use it tho

    • @EmpireAngels
      @EmpireAngels 2 ปีที่แล้ว

      @@glowstik i cant even read them

  • @pillowrabbit8324
    @pillowrabbit8324 2 ปีที่แล้ว

    is there a on timeout end event

    • @glowstik
      @glowstik  2 ปีที่แล้ว

      just set timeout to None

  • @ilikefivem5162
    @ilikefivem5162 2 ปีที่แล้ว

    what is ur github?

    • @glowstik
      @glowstik  2 ปีที่แล้ว

      github.com/Glowstik-YT

  • @Wayturns
    @Wayturns 2 ปีที่แล้ว +1

    glowstik pls update video with slash command

  • @cloudysquadgaming
    @cloudysquadgaming 2 ปีที่แล้ว

    7:07

  • @atharva.upadhyay
    @atharva.upadhyay 3 ปีที่แล้ว +1

    thonks boi

  • @ugjustin4600
    @ugjustin4600 3 ปีที่แล้ว

    I did everything like you but I get this error message
    Ignoring the exception in the mute command:
    Traceback (last call):
    File "C:\Users\Justin\AppData\Local\Programs\Python\Python310\lib\site-packages
    extcord\ext\commands\core.py", line 168, in wrapped
    ret = await coro(*args, **kwargs)
    file "c:\user\justin\extcord\extcommands\core.py", line 16, in mute
    await member.edit(timeout=nextcord.utils.utcnow()+datetime.timedelta(seconds=time))
    TypeError: member.edit() received an unexpected keyword argument 'timeout'.
    The above exception was the direct cause of the following exception:
    Traceback (last call):
    File "C:\User\Justin\AppData\Local\Programs\Python\Python310\lib\site-packages
    extcord\ext\commands\bot.py", line 1024, in invoke
    await ctx.command.invoke(ctx)
    file "C:\user\Justin\AppData\Local\Programs\Python\Python310\lib\site-packages
    extcord\ext\commands\core.py", line 933, in invoke
    await injected(*ctx.args, **ctx.kwargs)
    File "C:\User\Justin\AppData\Local\Programs\Python\Python310\lib\site-packages
    extcord\ext\commands\core.py", line 177, in wrapped
    raise CommandInvokeError(exc) from exc
    nextcord.ext.commands.errors.CommandInvokeError: Command raised an exception: TypeError:
    Member.edit() has received an unexpected keyword argument 'timeout'.

    • @glowstik
      @glowstik  3 ปีที่แล้ว

      you have to install the newest version of nextcord

  • @neelushrivastava9690
    @neelushrivastava9690 3 ปีที่แล้ว

    Haha ur late i made it early

  • @noahzeq8087
    @noahzeq8087 2 ปีที่แล้ว

    ERROR: CommandInvokeError: Command raised an exception: InvalidTimespan: Failed to parse timespan! (input '' was tokenized as [''])

    • @glowstik
      @glowstik  2 ปีที่แล้ว

      you're passing in the wrong value

    • @noahzeq8087
      @noahzeq8087 2 ปีที่แล้ว

      @@glowstik nvm, i already fixed it, forgot to put a "self" in a cog

    • @noahzeq8087
      @noahzeq8087 2 ปีที่แล้ว

      @@glowstik thank you tho

  • @итсфартуреру
    @итсфартуреру 2 ปีที่แล้ว

    nextcord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'Member' object has no attribute 'member'