Skip to content

Instantly share code, notes, and snippets.

@vistafan12
vistafan12 / rafisskins.md
Last active June 24, 2024 21:18
Rafis Skins Official

Rafis Skins Official

This is Rafis's official and latest GitHub with skins.

His Discord - https://discordapp.com/invite/rafis

His Twitch - https://www.twitch.tv/rafis0

Skins are usually made by [RK] or Rafis mixing stuff from various artists.

If there's any skin missing or something isn't working, please DM me on Discord (vistafan12).

@manhbi18112005
manhbi18112005 / index.js
Last active March 6, 2022 13:46
Moderate messages in your servers automatically using Artificial Intelligence. The code below was made to put in index.js, you can modify it to put in an event file.
//...
const GOOGLE_API_KEY = "CóCáiLồnĐịtConBàMày"
const snekfetch = require('snekfetch');
client.on("message", async message => {
if (message.author.bot) return; // return if message was sent from bot
const emojiId = message.content.replace(/<a?:(.*?):+/g, '');
let imageUrl = `https://cdn.discordapp.com/emojis/${emojiId}`;
if(message.content === imageUrl) return; // return if message only contains emojis