We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e645932 commit a55c4d2Copy full SHA for a55c4d2
1 file changed
plugins/randomusefulwebsites.py
@@ -1,10 +1,10 @@
1
from cloudbot import hook
2
import requests
3
4
-url = 'http://randomusefulwebsites.com/jump.php'
5
-headers = {'Referer': 'http://randomusefulwebsites.com'}
+url = 'http://www.discuvver.com/jump2.php'
+headers = {'Referer': 'http://www.discuvver.com'}
6
7
-@hook.command('randomusefulsite', 'randomwebsite', 'randomsite')
+@hook.command('randomusefulsite', 'randomwebsite', 'randomsite', 'discuvver')
8
def randomusefulwebsite():
9
response = requests.head(url, headers=headers, allow_redirects=True)
10
return response.url
0 commit comments