implement basic whitelist add and remove functionality
This commit is contained in:
9
discord-minecraft-whitelist-bot.go
Normal file
9
discord-minecraft-whitelist-bot.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
app "discord-minecraft-whitelist-bot/app"
|
||||
)
|
||||
|
||||
func main() {
|
||||
app.Run()
|
||||
}
|
||||
Reference in New Issue
Block a user