question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing Guild Widget Methods

See original GitHub issue

Summary

There are new widget endpoints that should be implemented as methods in the DiscordGuild

The methods include:

Get Guild Widget Settings Modify Guild Widget Get Guild Widget

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
spydacarnagecommented, Oct 8, 2020

Currently going with DiscordWidgetMember to get it working (nothing like being descriptive, eh?) Name can be modified later…

0reactions
Neuheitcommented, Oct 8, 2020

Looks like you’re right, so then I suppose 2 new classes: DiscordWidget to encapsulate everything, and something like DiscordIntegration that represents each of those integration “members”.

Read more comments on GitHub >

github_iconTop Results From Across the Web

API Reference
await fetch_widget(guild_id, /)¶. This function is a coroutine. Gets a Widget from a guild ID. Note. The guild must have the widget enabled...
Read more >
json - Recreate the Discord Widget using the Discord API
As of now, I am creating my own styled widget using the JSON from https://discordapp.com/api/servers/GUILD-ID/widget.json , which works fine so ...
Read more >
Improve handling of sending more than 1 guild in a ...
This means that the old request guild members functionality, of passing more than 1 guild per request is no longer supported.
Read more >
Guilds - disnake
Avoid using this and use widget_settings() instead. ... If some of them were not found, the method requests the missing members using websocket...
Read more >
discord.guild - Pycord v2.4 Documentation
Source code for discord.guild ... import WelcomeScreen, WelcomeScreenChannel from .widget import Widget __all__ = ("Guild",) MISSING = utils.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found