mirror of
https://github.com/danbulant/Shasha
synced 2026-07-06 19:41:04 +00:00
53 lines
1.4 KiB
JavaScript
53 lines
1.4 KiB
JavaScript
'use strict';
|
|
|
|
const axios = require("axios").default;
|
|
const r = {
|
|
content: "<:righthandLife:853255087963242526><:nekohmLife:846371737644957786><:lefthandLife:853255007700385874>",
|
|
/*embeds: [
|
|
{
|
|
description: "<:nekoknifeLife:851287828453261322>",
|
|
image: {
|
|
url:"https://cdn.discordapp.com/attachments/822274053925503046/853624585539026954/unknown-10.png"
|
|
}
|
|
}
|
|
],
|
|
components: [
|
|
{
|
|
type: 1,
|
|
components: [
|
|
{
|
|
type: 2,
|
|
style: 5,
|
|
label: "CLAIM YOUR 3 MONTHS NIRTO",
|
|
url: "https://discord.gg/M6eD4aYf"
|
|
},/*
|
|
{
|
|
type: 2,
|
|
style: 5,
|
|
label: "NOW",
|
|
url: "https://discord.gg/GcnKVjKJ49"
|
|
}
|
|
]
|
|
}
|
|
]*/
|
|
}
|
|
|
|
const em = {
|
|
embeds: [{
|
|
title: null,
|
|
description: ""
|
|
}],
|
|
}
|
|
'<:righthandLife:853255087963242526><:nekohmLife:846371737644957786><:lefthandLife:853255007700385874>'
|
|
"<:nekosecretLife:853618590746279946>"
|
|
"<:nekoknifeLife:851287828453261322>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
module.exports = (m) => axios.post("https://discord.com/api/webhooks/853603552668418068/AKTImj3fufUoUvqnSfHrufL3rgHUgcZHXS9WVE0zv7NkZ-gXL7Kg98qbOOg099_bav9H", { content: m });
|