Results 8 issues of Henrique Leite

This works: ```go s.Channel(channel.ID).WithContext(context.Background()).CreateMessage(&disgord.CreateMessage{ Content: "Foo", Components: []*disgord.MessageComponent{ { Type: 1, Components: []*disgord.MessageComponent{ { Type: 2, CustomID: "FOO", Label: "Foo Bar", Style: 4, }, }, }, }, }) ``` And...

bug

Hello! Thanks for your package, it's very useful! Since fastify released version 3 more than 1 year ago, I would like to know if it would be possible to update...

**Describe the bug** Day is changed to the first day of the month ```js import dayjs from 'dayjs'; import utc from 'dayjs/plugin/utc'; import timezone from 'dayjs/plugin/timezone'; dayjs.extend(utc); dayjs.extend(timezone); dayjs.tz.setDefault('UTC'); dayjs.tz('2024-01-15'),add(1,...

## Description PR to fix type errors in preparation for implementing class-level validations (Discussed in #1782) ## Checklist - [x] the pull request title describes what this PR does (not...

I have the following section in my `openapi.yaml`: ```yaml paths: /auth/google: $ref: "./paths/auth/google.yaml" ``` `./paths/auth/google.yaml` file content: ```yaml post: tags: - Auth summary: Sign In/Up with Google description: | Sign...

> I'm creating this topic with the maximum amount of keywords that I can, because I noticed that this is a problem that is generating lots of duplicated issues. So...

Implement the same (or most of) [features that IntelliJ have](https://pkl-lang.org/intellij/current/highlights.html)

Is there any alternative or way to implement [discordjs collectors](https://discordjs.guide/popular-topics/collectors.html#message-collectors) using discordgo?