type PayloadResponse = {
Success: number,
Message: string?,
Payload: any?
}
type VoteResults = {
Red: {
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//----------// | |
//const declarations | |
const Discord = require("discord.js");//created on version 11.6.3 - May break on v12+ (Have not tested on v12+.) | |
const bot = new Discord.Client({ disableEveryone: true });//declaring "bot" as the client. | |
const token = "tokenhere"//bot token goes here | |
const prefix = "!" //your prefix goes here | |
//----------// | |
//code | |
bot.on("message", async message => {//when a message is sent (that the bot can read) |
ShineLight is a bot with commands made to help you use Discord. While providing a basic amount of commands in the best way possible. ✨
Each command has a none-embed version of the command to make it better formatted for mobile users. Every command has a none-embed version, just some of them don't have an embeded version. 📱
The commands use the prefix; "sl..". You HAVE to put that infornt of the command for it to work. This does not apply to "ShineLight?" as you don't need to use the prefix for that command.