@ -3,14 +3,9 @@ package main
@@ -3,14 +3,9 @@ package main
import(
"flag"
"fmt"
"io"
"math/rand"
"net/http"
"net/url"
"os"
"os/signal"
"path/filepath"
"strconv"
"strings"
"syscall"
"time"
@ -35,7 +30,7 @@ var (
@@ -35,7 +30,7 @@ var (
lastPM=make(map[string]time.Time)
introMsg=make(map[string]string)
quotes=[]string{"The hardest choices require the strongest wills.","You're strong, but I could snap my fingers and you'd all cease to exist.","Fun isn't something one considers when balancing the universe. But this... does put a smile on my face.","Perfectly balanced, as all things should be.","I am inevitable."}
version="2.6"
version="2.7"
gitCommitstring
)
@ -332,31 +327,6 @@ func readReaction(s *discordgo.Session, m *discordgo.MessageReactionAdd) {
@@ -332,31 +327,6 @@ func readReaction(s *discordgo.Session, m *discordgo.MessageReactionAdd) {