Skip to content

v3.15.0

Latest
Compare
Choose a tag to compare
@Misha-133 Misha-133 released this 11 May 23:04
· 4 commits to dev since this release
9dd67b2

[3.15.0] - 2024-05-12

This release brings support for polls & related gateway events, new store features and a bunch of utility attributes for interaction & text command frameworks.

Important notes:

Known Issues

  • services.AddSingleton<InteractionService>(); may fail on this version, we are working on a fix. As a temporary solution do the following:
services.AddSingleton<IRestClientProvider>(x => x.GetRequiredService<DiscordSocketClient>());

replace DiscordSocketClient with DiscordShardedClient if you use one.

Added

Fixed

Misc

New Contributors

Full Changelog: 3.14.1...3.15.0