#Does DSharpPlus support new select menus?

1 messages · Page 1 of 1 (latest)

thorn linden
#
Discord Developer Portal

Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with.

Discord Developer Portal

Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with.

modern timber
#

there's a pull request for it, feel free to review it or uh

#

@rich thorn tag use pr artifacts

rich thornBOT
# modern timber <@276042646693216258> tag use pr artifacts

To run the library off a pull request, you will need a GitHub account. Navigate to the pull request you want to use and click on the green check mark next to the latest commit: https://cdn.discordapp.com/attachments/959804202744422453/962056915549061150/unknown.png

Then, scroll all the way down to "Artifacts". Download the zip file and extract it into a folder of your choice.

Now, you need to add the packages to your project.

Using CLI:

Run dotnet add package <package-name> --source "path/to/your/package/folder"

Using Visual Studio:

Add your local folder as a package source in this dialog, reached through the little gear icon in your NuGet dialogue, see https://cdn.discordapp.com/attachments/959804202744422453/962070642432311366/unknown.png and https://cdn.discordapp.com/attachments/959804202744422453/962070737148051536/unknown.png. You'll want to click the plus icon to create a new package source, then enter your folder name at "Source".

Using your .csproj file:

(do not.)
Add <RestoreAdditionalPackageSources>path/to/your/package/folder</RestoreAdditionalPackageSources> to your head PropertyGroup.

In the latter two cases, you should then be able to update D#+ to the pull request build through your NuGet dialogue.

modern timber
#

the pr being ##1251

rich thornBOT
thorn linden
#

Does DSharpPlus support new select menus?

forest bane
#

Looking through both the Discord docs and this PR, it seems like these new select menus do not allow you to define a default selection?

modern timber
#

correct

forest bane
pastel rampart
#

When is the PR going to be merged?