Skip to content

rasikhq/discord-vcmp-client

Repository files navigation

sleepy-discord-vcmp-client

Yes the source code is ugly, but then, I never told you to look at the source, and also I mentioned in the topic that this was just meant to do simple crap which it does. :D

settings.json

{
	"token" : "YOUR_TOKEN",
	"prefix" : "!",
	"status" : "Bot Status Message",
	
	"defaultMode" : true, // Enables default messages, default commands and DISABLES SQUIRREL EVENTS
	"specialNicks" : false,
	"specialMessages" : true,

	"channels" : [CHANNEL, IDS, HERE]
}