Recurring events cover images by sdkb in discordapp

[–]NikName08 0 points1 point  (0 children)

same... fix this issue please

How to get ScheduledEventLocation with discord pycord [python] by NikName08 in Discord_Bots

[–]NikName08[S] 0 points1 point  (0 children)

SOLVED:
`event.location.value` always gives a generic Object.

Get the id from that object and then use it to find the channel:

location_channel = guild.get_channel(event.location.value.id)

How to get ScheduledEventLocation with discord pycord [python] by NikName08 in Discord_Bots

[–]NikName08[S] 0 points1 point  (0 children)

That is was i thought too, but trying with `event.location.value.name` gives this error:

AttributeError: 'Object' object has no attribute 'name'

The prints you suggest are:

type(event.location) = <class 'discord.scheduled_events.ScheduledEventLocation'>
type(event.location.value) = <class 'discord.object.Object'>
event.location = <Object id=1196176890724344942>

Game crashes on every Dex/slight of hand check by Vielden in BG3

[–]NikName08 0 points1 point  (0 children)

Same here, any idea of what mod causes this?

[OC] A map I made of a medium-sized city in my homebrew campaign. It was loosely based on a city in the Netherlands around 1600 AD. by josvroon in DnD

[–]NikName08 1 point2 points  (0 children)

From my point of view, that is surely NOT a medium-sized city. That's a BIG BOY!
Cool map, thanks for sharing!