better naming standards

This commit is contained in:
2025-06-04 23:15:00 -04:00
parent cc77adeadc
commit 5b32d09a27
2 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ func (b *bolt) messageHandler(s *dg.Session, msg *dg.MessageCreate) {
res, err := run.Payload(Message{
Author: msg.Author.Username,
Words: words,
Message: msg.Content,
Content: msg.Content,
Channel: channel.Name,
Server: server.Name,
})