Add basic database setup

This commit is contained in:
Dustin Pianalto
2021-01-20 21:06:01 -09:00
parent cfe683c53c
commit df8f8f2fa6
8 changed files with 827 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import "github.com/bwmarrin/discordgo"
type Message struct {
ID string
CreatedAt int64
ModifiedAd int64
ModifiedAt int64
Content string
PreviousContent []string
Channel *Channel