added hashbang

This commit is contained in:
2019-03-20 15:27:33 +11:00
parent 54772a973d
commit 8bf327a774

View File

@@ -1,3 +1,7 @@
#!/usr/bin/env node
/* jshint esversion: 6 */
//Includes
const Discord = require('discord.js')
const client = new Discord.Client()