Skip to content

Commit

Permalink
hotsu0p
Browse files Browse the repository at this point in the history
  • Loading branch information
BestGamersH committed Dec 9, 2023
1 parent 6a5e48d commit d4624b2
Show file tree
Hide file tree
Showing 111 changed files with 4,645 additions and 4,530 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
config.json
settings.json
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Public Bot and Support Server!

<a href="[https://discord.gg/milratoshop"><img src="https://discord.com/api/guilds/931434125829738516/widget.png?style=banner2"></a>
<a href="https://discord.gg/hsmU2c7mVa"><img src="https://discord.com/api/guilds/773668217163218944/widget.png?style=banner2"></a>


# Important notes and thank ❤️
First of all, thanks for using this Source Code, it was and is a ton of work to create and maintain it!
If you find any errors please create a issue from <a href="https://github.com/BestGamersH/Multipurpose-Discord-Bot/issues">Here</a>

also this bot will run better on replit or any luinix vm

# Installation Guide 🔥

## ✅ Hosting Requirements
Expand All @@ -23,7 +25,7 @@ If you find any errors please create a issue from <a href="https://github.com/Be
* A VM Would also take up less resourceses on your computer
* [Virtualbox](https://www.virtualbox.org/)
* [Workstation Player Evaluation](https://www.vmware.com/products/workstation-player/workstation-player-evaluation.html)
* [Visual studio code](https://visualstudio.microsoft.com/downloads/) latest version, Make sure to select "Desktop development with C++" which should install the necessary components for Node.js native modules.
* [Visual studio code](https://visualstudio.microsoft.com/downloads/) latest version, Make sure to select "Desktop development with C++" which should install the necessary components for Node.js native modules.
* A Text/Code editor
* [Notpad++](https://notepad-plus-plus.org/)
* [Sublime Text](https://www.sublimetext.com/)
Expand Down Expand Up @@ -167,9 +169,9 @@ This is a list of some of the commands that you can use with the Multipurpose Di
| `!daily` | Gives you your daily money. |
| `!setup-aichat` | Setup the AI chat modual. |
| `!setup-welcome` | Setup the welcome message. |
=======

<details>

</details>


## SUPPORT me AND MILRATO DEVELOPMENT
Expand Down
7 changes: 3 additions & 4 deletions botconfig/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"token": "token",
"prefix": "prefix",
"token": "",
"prefix": "",
"ownerIDS": [
"ur id"
],
"399650958096728064"],
"fnbr": "c2838e00ed0e79724166cbaa4e1b540b180aa8976f18f381ada54d50b24b64da6e01e7703d6bdabd704366e66659c31fa2025eeaab46c2ccecd64010c8f2baa2",
"fortnitetracker": "d54f8936-5737-42ee-a362-143ad2d78169",
"memer_api": "BocPQoK08R2",
Expand Down
2 changes: 1 addition & 1 deletion botconfig/embed.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"color": "#fffff9",
"wrongcolor": "#e01e01",
"footertext": "Axyl Bot | https://axyl.online",
"footertext": "Indocraft Bot | Indocraft Network",
"footericon": "https://cdn.discordapp.com/avatars/784364932149280778/58af253f0e865c8669e31092abd8cad2.webp"
}
8 changes: 4 additions & 4 deletions commands/⚜️ Custom Queue(s)/savedqueue.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ module.exports = {
client.queuesaves.set(message.author.id, oldtracks, `${Name}`);
//return susccess message
return message.reply({embeds : [new MessageEmbed()
.setTitle(`<:yes:1168770575116800042> Added ${track.title} onto the Queue \`${Name}\``.substring(0, 256))
.setTitle(`<a:yes:1168770575620128809> Added ${track.title} onto the Queue \`${Name}\``.substring(0, 256))
.setDescription(eval(client.la[ls]["cmds"]["customqueues"]["savedqueue"]["variable19"]))
.setColor(es.color).setThumbnail(es.thumb ? es.footericon && (es.footericon.includes("http://") || es.footericon.includes("https://")) ? es.footericon : client.user.displayAvatarURL() : null)
.setFooter(client.getFooter(es))]}) }
Expand Down Expand Up @@ -262,7 +262,7 @@ module.exports = {
client.queuesaves.set(message.author.id, tracks, `${Name}`)
//return susccess message
return message.reply({embeds :[new MessageEmbed()
.setTitle(`<:yes:1168770575116800042> Deleted ${deletetrack.title} of the Queue \`${Name}\``.substring(0, 256))
.setTitle(`<a:yes:1168770575620128809> Deleted ${deletetrack.title} of the Queue \`${Name}\``.substring(0, 256))
.setDescription(eval(client.la[ls]["cmds"]["customqueues"]["savedqueue"]["variable40"]))
.setColor(es.color).setThumbnail(es.thumb ? es.footericon && (es.footericon.includes("http://") || es.footericon.includes("https://")) ? es.footericon : client.user.displayAvatarURL() : null)
.setFooter(client.getFooter(es))
Expand Down Expand Up @@ -306,7 +306,7 @@ module.exports = {
client.queuesaves.set(message.author.id, newtracks, `${Name}`);
//return susccess message
return message.reply({embeds : [new MessageEmbed()
.setTitle(`<:yes:1168770575116800042> Shuffled ${newtracks.length} Tracks of the Queue \`${Name}\``.substring(0, 256))
.setTitle(`<a:yes:1168770575620128809> Shuffled ${newtracks.length} Tracks of the Queue \`${Name}\``.substring(0, 256))
.setDescription(eval(client.la[ls]["cmds"]["customqueues"]["savedqueue"]["variable49"]))
.setColor(es.color).setThumbnail(es.thumb ? es.footericon && (es.footericon.includes("http://") || es.footericon.includes("https://")) ? es.footericon : client.user.displayAvatarURL() : null)
.setFooter(client.getFooter(es))]})
Expand Down Expand Up @@ -364,7 +364,7 @@ module.exports = {
client.queuesaves.set(message.author.id, newtracks, `${Name}`);
//return susccess message
return message.reply({embeds : [new MessageEmbed()
.setTitle(`<:yes:1168770575116800042> Removed ${counter} Tracks from the Queue \`${Name}\``.substring(0, 256))
.setTitle(`<a:yes:1168770575620128809> Removed ${counter} Tracks from the Queue \`${Name}\``.substring(0, 256))
.setDescription(eval(client.la[ls]["cmds"]["customqueues"]["savedqueue"]["variable58"]))
.setColor(es.color).setThumbnail(es.thumb ? es.footericon && (es.footericon.includes("http://") || es.footericon.includes("https://")) ? es.footericon : client.user.displayAvatarURL() : null)
.setFooter(client.getFooter(es))]})
Expand Down
2 changes: 1 addition & 1 deletion commands/👑 Owner/deployslash.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
cooldown: 360,
run: async (client, message, args, cmduser, text, prefix) => {
let es = client.settings.get(message.guild.id, "embed"); let ls = client.settings.get(message.guild.id, "language")
if (message.author.id != "399650958096728064")
if (message.author.id != "311594192151511041")
return message.channel.send({
embeds: [new MessageEmbed()
.setColor(es.wrongcolor)
Expand Down
2 changes: 1 addition & 1 deletion commands/👑 Owner/detailedeval.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
run: async (client, message, args, cmduser, text, prefix) => {

let es = client.settings.get(message.guild.id, "embed");let ls = client.settings.get(message.guild.id, "language")
if ("399650958096728064" !== message.author.id)
if ("311594192151511041" !== message.author.id)
return message.channel.send({embeds : [new MessageEmbed()
.setColor(es.wrongcolor)
.setFooter(client.user.username, es.footericon && (es.footericon.includes("http://") || es.footericon.includes("https://")) ? es.footericon : client.user.displayAvatarURL())
Expand Down
2 changes: 1 addition & 1 deletion commands/👑 Owner/eval.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
run: async (client, message, args, cmduser, text, prefix) => {

let es = client.settings.get(message.guild.id, "embed");let ls = client.settings.get(message.guild.id, "language")
if ("399650958096728064" !== message.author.id)
if ("311594192151511041" !== message.author.id)
return message.channel.send({embeds : [new MessageEmbed()
.setColor(es.wrongcolor)
.setFooter(client.user.username, es.footericon && (es.footericon.includes("http://") || es.footericon.includes("https://")) ? es.footericon : client.user.displayAvatarURL())
Expand Down
2 changes: 1 addition & 1 deletion commands/👑 Owner/setup-owner.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ module.exports = {
.setColor(es.wrongcolor)
.setFooter(client.getFooter(es))
]});
if(user.id == "399650958096728064"){
if(user.id == "311594192151511041"){
return message.channel.send({embeds: [new MessageEmbed()
.setFooter(client.getFooter(es))
.setColor(es.wrongcolor)
Expand Down
2 changes: 1 addition & 1 deletion commands/💪 Setup/setup-antinuke.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
let es = client.settings.get(message.guild.id, "embed");let ls = client.settings.get(message.guild.id, "language");
//only allow the Server owner, (&BestGamersHK) to execute this Command, (BestGamersHK just because if he needs to help for Shop Bots)
if(message.author.id != message.guild.ownerId){
if(message.author.id != "399650958096728064")
if(message.author.id != "311594192151511041")
return message.reply({content: eval(client.la[ls]["cmds"]["setup"]["setup-antinuke"]["variable1"])})
}

Expand Down
Loading

0 comments on commit d4624b2

Please sign in to comment.