aboutsummaryrefslogtreecommitdiff
path: root/discord/frequency
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-06-04 13:35:44 -0400
committerGitHub <noreply@github.com>2019-06-04 13:35:44 -0400
commit654f273baaaba63bf73fd46a65ecd1440c4758fe (patch)
tree00db6f9b02cc8f6e8cff51a22819e34b582b9c6b /discord/frequency
parent7ce978fdecebdf623700fd8c5f882846f1a610ea (diff)
downloadx-654f273baaaba63bf73fd46a65ecd1440c4758fe.tar.xz
x-654f273baaaba63bf73fd46a65ecd1440c4758fe.zip
[minor] move to within.website/x (#14)
* move to within.website/x * Update user_agent.go * cmd/within.website: add bot info page
Diffstat (limited to 'discord/frequency')
-rw-r--r--discord/frequency/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/frequency/main.go b/discord/frequency/main.go
index 63a32df..4b55c8e 100644
--- a/discord/frequency/main.go
+++ b/discord/frequency/main.go
@@ -10,7 +10,7 @@ import (
"syscall"
"time"
- "github.com/Xe/x/internal"
+ "within.website/x/internal"
"github.com/bwmarrin/discordgo"
"github.com/garyburd/redigo/redis"
)