Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit e613a15

Browse files
authored
fixed url
1 parent d1fa258 commit e613a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/plugins/hangman.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = function (bot) {
22
'use strict';
33

44
var randomWord = function (length, cb) {
5-
var url = 'http://sleepy-bastion-8674.herokuapp.com/';
5+
var url = 'https://sleepy-bastion-8674.herokuapp.com/';
66

77
if (Number(length)) {
88
url += '?length=' + length;

0 commit comments

Comments
 (0)