Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/
.idea/
config.json
148 changes: 0 additions & 148 deletions bot.go

This file was deleted.

42 changes: 0 additions & 42 deletions cmd/main.go

This file was deleted.

47 changes: 0 additions & 47 deletions command.go

This file was deleted.

92 changes: 0 additions & 92 deletions command/faq.go

This file was deleted.

19 changes: 12 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
module github.com/df-mc/bedrockgopher

go 1.18
go 1.20

require (
github.com/bwmarrin/discordgo v0.26.1
github.com/sirupsen/logrus v1.9.0
github.com/thunder33345/diskoi v0.0.0-20220607165736-707feea93a2e
golang.org/x/exp v0.0.0-20220916125017-b168a2c6b86b
github.com/disgoorg/disgo v0.15.0
github.com/disgoorg/json v1.0.0
github.com/disgoorg/paginator v0.0.0-20230104145353-f988d828ede9
github.com/disgoorg/snowflake/v2 v2.0.1
github.com/lithammer/fuzzysearch v1.1.5
golang.org/x/exp v0.0.0-20230202163644-54bba9f4231b
golang.org/x/net v0.0.0-20220920152717-4a395b0a80a1
)

require (
github.com/disgoorg/log v1.2.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect
golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0 // indirect
golang.org/x/net v0.0.0-20220920152717-4a395b0a80a1 // indirect
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.3.7 // indirect
)
Loading