Giter VIP home page Giter VIP logo

discordpy-slash's People

Contributors

tricolorhen061 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

discordpy-slash's Issues

No Embed support

Howdy

i've tried to use this with my existing commands
all normal commands that dont output in an embed work however when i run a commands the outputs in an embed it sends an error for some of them
please note that these embeds contain images / emojis

i've tried it on an embed that uses just text and it works

Object of type Embed is not JSON serializable

also i would like to ask , is there a way we can define only some commands to load and not all

thanks in advance

hidden_commands and Buttons not working.

Hi, I was using hidden_commands to hide some commands from being shown on slash, and when I add hidden_commands to my code in the form of

await sync_all_commands(
        client=clt,
        loading_message='delta is processing...',
        hidden_commands=['prefix','shutdown','restart'],
        case_sensitive=False
    )

it simply doesn't remove the commands after finishing syncing.

And the buttons just return Command raised an exception: TypeError: Messageable.send() got an unexpected keyword argument 'buttons' when they are used like this:

await ctx.send(embed=emb,buttons=
        [
            Button(label='test1'),
            Button(label='test2')
        ])

Any help would be greatly appreciated, thank you so much, this has been a lifesaver.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.