DEV Community

Discussion on: Host a Discord Bot online 24/7 for FREE!

Collapse
 
bsantosh909 profile image
Santosh Bhandari

seems like basic error. if you are new to node.js I would suggest learning more first.

Also it would simply be

- var http require('http');
+ var http = require('http');
Enter fullscreen mode Exit fullscreen mode