Skip to content
This repository was archived by the owner on May 24, 2021. It is now read-only.

Commit 60a935e

Browse files
committed
Change help link to fancy new website
1 parent 365dc3b commit 60a935e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wikilinker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const sentByAdmin = (msg) => {
129129

130130
const commands = {
131131
help: (msg) => {
132-
msg.channel.send('Syntax and commands: <https://github.com/ThePsionic/WikiaLinker#syntax>');
132+
msg.channel.send('Syntax and commands: <http://thepsionic.com/WikiaLinker/>');
133133
},
134134
restart: (msg) => {
135135
if (!sentByAdmin(msg)) {

0 commit comments

Comments
 (0)