Configuration

options:

	Logo: https://i.imgur.com/OJdnVCs.png

#! BOT SETTINGS
	DiscordBotPrefix: !
	DiscordBotToken: "NzQ0MTIyNzk4Mjk3MDU1Mjcz.XzeoXA.tZxNNUvav9wUNamPtRjvuKzAavE"
	DiscordBotName: "Test MC Bot"
	DiscordBotPlaying: "!help"

#! MESSAGES
	NoPermission: "&c&l(!) &cYou don't have permission to execute this command."
	Usage: "&c&l(!) &cUsage: /bot <start|stop>"

	StartingBot: "&a&l[!] &aStarting bot..."
	SuccesfullyStartedBot: "&a&l[!] &aBot succesfully started."
	StoppingBot: "&c&l[!] &cStopping bot..."
	SuccesfullyStoppedBot: "&c&l[!] &cBot succesfully stopped."

#! PERMISSIONS
	StartBotPermission: bot.start
	StopBotPermission: bot.stop

#! EMBEDS	
	HelpEmbedColor: green
	LinksEmbedColor: green
	IPEmbedColor: green
	StatusEmbedColor: green
	AvatarEmbedColor: green
	ServerinfoEmbedColor: green
	UserinfoEmbedColor: green

	SuggestEmbedColor: green
	SuggestEmbedColorInvalidArgument: red

#! LINKS
	IP: play.myserver.net
	WebsiteLink: www.myserver.net
	StoreLink: store.myserver.net
	TwitterLink: twitter.com/myserver

#! SUGGESTIONS
	Emoji1: white_check_mark
	Emoji2: x
	SuggestionChannelName: "suggestions"
	SuggestionEmbedFooterText: "%event-user%"
	SuggestionEmbedFooterIcon: "%avatar of event-user%"

Last updated