update readme
This commit is contained in:
parent
2ba9b1405f
commit
f21c414f1b
3 changed files with 22 additions and 17 deletions
|
@ -1,12 +1,14 @@
|
|||
package commands
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/bwmarrin/discordgo"
|
||||
)
|
||||
|
||||
func QuitCommand(session *discordgo.Session) {
|
||||
fmt.Print("Unlinking TTY...\n\r")
|
||||
session.Close()
|
||||
os.Exit(0)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue