update readme

This commit is contained in:
Cynthia Foxwell 2023-07-10 13:04:40 -06:00
parent 2ba9b1405f
commit f21c414f1b
3 changed files with 22 additions and 17 deletions

View file

@ -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)
}