discord-web
Advanced tools
Comparing version 0.2.0 to 0.4.0
{ | ||
"name":"discord-web", | ||
"description":"Web client for the Discord MUD Engine.", | ||
"version":"0.2.0", | ||
"version":"0.4.0", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
require('discord').start({ | ||
}); | ||
name: 'DiscordMUD', | ||
world_path: 'example_world', | ||
start_room: 'lobby' | ||
}).listen(8000); | ||
@@ -5,0 +7,0 @@ require('./server').start({ |
12451
305