Skip to content

Commit

Permalink
Merge branch 'master' into asakura-mao
Browse files Browse the repository at this point in the history
  • Loading branch information
ColapsusHD authored Oct 15, 2024
2 parents 343f735 + 780cc78 commit c7491a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ global.owner = [
['5493772406612', '5492604057569', true]
];


global.suittag = ['5493772406612', '5492604845932'];
global.prems = ['5493772406612', '5492604845932'];

// API
global.BASE_API_DELIRIUS = "https://deliriussapi-oficial.vercel.app";

global.packname = 'Sticker';
global.author = 'α΄€κœ±α΄€α΄‹α΄œΚ€α΄€ ᴍᴀᴏ ʙᴏᴛ πŸ‘‘';
global.wm = 'α΄€κœ±α΄€α΄‹α΄œΚ€α΄€ ᴍᴀᴏ ʙᴏᴛ πŸ‘‘';
Expand Down
2 changes: 1 addition & 1 deletion plugins/moji.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const handler = async (m, { text }) => {
//if (!emj.test(text)) throw "*🍟 Ingresa un emoji valido.*"
try {
const res = await axios.get(
"https://deliriusapi-official.vercel.app/tools/mojito",
"https://deliriussapi-oficial.vercel.app/tools/mojito",
{
params: { emoji: text },
},
Expand Down

0 comments on commit c7491a9

Please sign in to comment.