This commit is contained in:
nquidox 2025-03-23 15:35:24 +03:00
commit 7c610d0477
11 changed files with 399 additions and 0 deletions

6
dto/discord.go Normal file
View file

@ -0,0 +1,6 @@
package dto
type DiscordDTO struct {
AuthorName string
Content string
}