Something Alpha Discord Bot Logo

Something Alpha Discord Bot

0

Full Something Alpha Bot guide, with invite link to add to your server, along with Multipurpose commands and any Discord bot upvote rewards.

0 upvotes in June

Something Alpha Discord Bot Described:

A bot which you can program it's features using JavaScript.
Something Alpha

Something Alpha is a bot that is programmable using JavaScript. “How do I program it?” Here is the explanation.

Programming it

!edit messageCreate

message.reply("Hello!");

!edit messageReactionAdd

reaction.message.reply("Somebody reacted to this message.");

It also has features already defined when you’re editing.

// message components
new Discord.MessageAttachment(); // an attachment
new Discord.MessageEmbed(); // an embed
new Discord.MessageActionRow(); // an action row
new Discord.MessageButton(); // a button
new Discord.WebhookClient(); // a new webhook client
// database
database.set(objectName, content); // returns true if successful
database.get(objectName); // returns content of the object
database.has(objectName); // returns a boolean of if the object exists or not
database.delete(objectName) // deletes the object and returns true if successful
// other
something.passGen(length); // generates a password with the specified length
something.sleep(milliseconds); // sleeps for the specified amount of milliseconds

To view the code of an event, you use this command.

!view eventName

Examples

Block specific words:

!edit messageCreate

var blocked = ["genshin impact"];
blocked.forEach((word) => {
	if (message.content.toLowerCase().includes(word.toLowerCase())) {
		message.delete();
	}; 
});

Starboard:

!edit messageReactionAdd

if (reaction.emoji.name == "⭐") {
	if (reaction.count > 3) {
		reaction.message.guild.channels.cache.get('starboardChannelId').send(`**${reaction.message.url}**`);
	};
};
Morbin

You heard the title. If you use “!morbius” it will literally send the entirety of Morbius.

Check out the home page for the full Discord Bot List.

Frequently Asked Questions

How do I add Something Alpha Discord Bot to my server?

You can add Something Alpha to your Discord Server by pressing 'Add Something Alpha Discord Bot' on this page.

More Discord Bots

Pokétwo Discord Bot Banner
Pokétwo Discord Bot Logo
3,005
1.5M

The Pokémon experience, on Discord. Catch, level, and evolve Pokémon, trade and battle with friends, and more. All free and open source.
Dank Memer Discord Bot Banner
Dank Memer Discord Bot Logo
1,656
9.1M

Meet the largest in-app indie game on Discord. A currency and fishing game for catching creatures, collecting items, robbing your friends, taking care of pets, building skills, and more!

Information

Prefix: !
Servers: unknown
Users: unknown
Created by: draker ⃠#0978
Short link: discord.ly/something-alpha