discord-ui icon indicating copy to clipboard operation
discord-ui copied to clipboard

A discord.py extension for sending, receiving and handling ui interactions in discord

Results 1 discord-ui issues
Sort by recently updated
recently updated
newest added

(Please point out any mistakes, if I get too confused.) I created a guild-only slash command, as follows: ```py bs = Slash(bot) ... @bs.command(name= "test", description= "Foo bar", guild_ids= [880686520678371369],...