forked from SunRed/discord-tweeter
Initial commit
This commit is contained in:
commit
eca46fcadd
21 changed files with 1666 additions and 0 deletions
15
main.go
Normal file
15
main.go
Normal file
|
@ -0,0 +1,15 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"git.snrd.eu/sunred/discord-tweeter/cmd"
|
||||
"log"
|
||||
)
|
||||
|
||||
var (
|
||||
prefix = "discord-tweeter > "
|
||||
)
|
||||
|
||||
func main() {
|
||||
log.SetPrefix(prefix)
|
||||
cmd.Run()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue