Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $nomention
- $if[$isNumber[$message[bot]]==true]
- $suppressErrors[Could not find the bot.]
- $httpGet[https://discord.watch/api/v2/bots/$message[bot]]
- $if[$httpResult[application;description]==]
- $var[bio;None.]
- $else
- $var[bio;$httpResult[application;description]]
- $endif
- $if[$httpResult[bot;approximate_guild_count]==]
- $var[count;Couldnt get the guild count.]
- $else
- $var[count;$numberSeparator[$replaceText[$httpResult[bot;approximate_guild_count];.000000;;1];,]]
- $endif
- $author[Bot Search]
- $authorIcon[$userAvatar[$message[bot]]]
- $description[
- $addField[Name;$username[$message[bot]]#$discriminator[$message[bot]] ]
- $addField[Created;$creationDate[$message[bot]]]
- $addField[Description;$var[bio]]
- $addField[Guilds;$var[count]]
- $addField[Invite;[$username[$message[bot]]\](https://discord.com/oauth2/authorize?client_id=$findUser[$message[bot]]&scope=bot%20applications.commands&permissions=0)]]
- $thumbnail[$userAvatar[$message[bot]]]
- $color[$random[0;79912]]
- $else
- $onlyIf[$findUser[$message[bot]]!=;Could not find the bot.]
- $onlyIf[$isBot[$findUser[$message[bot]]]==true;That isnt a bot user.]
- $httpGet[https://discord.watch/api/v2/bots/$findUser[$message[bot]]]
- $if[$httpResult[application;description]==]
- $var[bio;None.]
- $else
- $var[bio;$httpResult[application;description]]
- $endif
- $if[$httpResult[bot;approximate_guild_count]==]
- $var[count;Couldnt get the guild count.]
- $else
- $var[count;$numberSeparator[$replaceText[$httpResult[bot;approximate_guild_count];.000000;;1];,]]
- $endif
- $author[Bot Search]
- $authorIcon[$userAvatar[$findUser[$message[bot]]]]
- $description[
- $addField[Name;$username[$findUser[$message[bot]]]#$discriminator[$findUser[$message[bot]]] ]
- $addField[ID;$findUser[$message[bot]] ]
- $addField[Description;$var[bio]]
- $addField[Created;$creationDate[$findUser[$message[bot]]]]
- $addField[Added;$userJoined[$findUser[$message[bot]]]]
- $addField[Owner;$getUserVar[owner;$findUser[$message[bot]]]]
- $addField[Guilds;$var[count]]
- $addField[Invite;[$username[$findUser[$message[bot]]]\](https://discord.com/oauth2/authorize?client_id=$findUser[$message[bot]]&scope=bot%20applications.commands&permissions=0)]
- ]
- $thumbnail[$userAvatar[$findUser[$message[bot]]]]
- $color[$random[0;79912]]
- $endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement